|
|
3 달 전 | |
|---|---|---|
| assets | 3 달 전 | |
| components | 3 달 전 | |
| composables | 3 달 전 | |
| content | 3 달 전 | |
| i18n/locales | 3 달 전 | |
| layouts | 3 달 전 | |
| pages | 3 달 전 | |
| plugins | 3 달 전 | |
| public | 3 달 전 | |
| scripts | 3 달 전 | |
| server | 3 달 전 | |
| .gitignore | 3 달 전 | |
| README.md | 3 달 전 | |
| app.vue | 3 달 전 | |
| content.config.ts | 3 달 전 | |
| error.vue | 3 달 전 | |
| i18n.config.ts | 3 달 전 | |
| nuxt.config.ts | 3 달 전 | |
| package-lock.json | 3 달 전 | |
| package.json | 3 달 전 | |
| postcss.config.js | 3 달 전 | |
| prerenderRoutes.json | 3 달 전 | |
| tailwind.config.js | 3 달 전 | |
| tsconfig.json | 3 달 전 | |
| 产品.md | 3 달 전 | |
| 用途.md | 3 달 전 | |
Look at the Nuxt documentation to learn more.
Make sure to install 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 dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.