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