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