|
|
недель назад: 2 | |
|---|---|---|
| app | месяцев назад: 6 | |
| assets | месяцев назад: 6 | |
| components | месяцев назад: 6 | |
| composables | месяцев назад: 6 | |
| lang | месяцев назад: 6 | |
| pages | недель назад: 3 | |
| plugins | месяцев назад: 6 | |
| public | месяцев назад: 6 | |
| store | месяцев назад: 6 | |
| .env.development | месяцев назад: 6 | |
| .env.production | месяцев назад: 6 | |
| .gitignore | месяцев назад: 6 | |
| .tgitconfig | месяцев назад: 6 | |
| README.md | месяцев назад: 6 | |
| app.config.ts | месяцев назад: 6 | |
| app.vue | месяцев назад: 6 | |
| auto-imports.d.ts | месяцев назад: 6 | |
| components.d.ts | месяцев назад: 6 | |
| nuxt.config.ts | недель назад: 2 | |
| nuxt.config.ts.bak | месяцев назад: 6 | |
| package-lock.json | месяцев назад: 6 | |
| package.json | месяцев назад: 6 | |
| tsconfig.json | месяцев назад: 6 | |
| viewer.properties | месяцев назад: 6 |
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.