|
hace 4 semanas | |
---|---|---|
app | hace 1 mes | |
assets | hace 4 semanas | |
components | hace 4 semanas | |
composables | hace 4 semanas | |
lang | hace 1 mes | |
pages | hace 4 semanas | |
plugins | hace 1 mes | |
public | hace 1 mes | |
store | hace 1 mes | |
.env.development | hace 1 mes | |
.env.production | hace 1 mes | |
.gitignore | hace 1 mes | |
.tgitconfig | hace 1 mes | |
README.md | hace 1 mes | |
app.config.ts | hace 1 mes | |
app.vue | hace 1 mes | |
auto-imports.d.ts | hace 1 mes | |
components.d.ts | hace 1 mes | |
nuxt.config.ts | hace 1 mes | |
nuxt.config.ts.bak | hace 1 mes | |
package-lock.json | hace 1 mes | |
package.json | hace 1 mes | |
tsconfig.json | hace 1 mes | |
viewer.properties | hace 1 mes |
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.