You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wayne 972b9b0155
bugfix20240318
2 years ago
..
api init 2 years ago
assets bug fix 20240306 2 years ago
components bug fix 20240307 2 years ago
composables 增加ESG及搜尋功能 2 years ago
layouts bugfix20240318 2 years ago
locales 增加ESG及搜尋功能 2 years ago
pages bugfix20240318 2 years ago
public/js v1.0.0 release 2 years ago
server init 2 years ago
store v1.0.0 release 2 years ago
utils init 2 years ago
.gitignore init 2 years ago
README.md init 2 years ago
app.vue bug kfix 2 years ago
nuxt.config.ts bug fix #4 2 years ago
package.json bug kfix 2 years ago
tsconfig.json init 2 years ago
yarn.lock init 2 years ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.