|
il y a 2 semaines | |
---|---|---|
app | il y a 4 semaines | |
assets | il y a 3 semaines | |
components | il y a 3 semaines | |
composables | il y a 3 semaines | |
lang | il y a 1 mois | |
pages | il y a 2 semaines | |
plugins | il y a 1 mois | |
public | il y a 1 mois | |
store | il y a 1 mois | |
.env.development | il y a 2 semaines | |
.env.production | il y a 1 mois | |
.gitignore | il y a 1 mois | |
.tgitconfig | il y a 1 mois | |
README.md | il y a 1 mois | |
app.config.ts | il y a 1 mois | |
app.vue | il y a 1 mois | |
auto-imports.d.ts | il y a 1 mois | |
components.d.ts | il y a 3 semaines | |
nuxt.config.ts | il y a 2 semaines | |
nuxt.config.ts.bak | il y a 1 mois | |
package-lock.json | il y a 2 semaines | |
package.json | il y a 2 semaines | |
tsconfig.json | il y a 1 mois | |
viewer.properties | il y a 1 mois |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
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.