|
|
1 年之前 | |
|---|---|---|
| assets | 2 年之前 | |
| composables | 2 年之前 | |
| pages | 2 年之前 | |
| public | 1 年之前 | |
| server | 2 年之前 | |
| utils | 2 年之前 | |
| .gitignore | 2 年之前 | |
| .npmrc | 2 年之前 | |
| Dockerfile | 2 年之前 | |
| README.md | 2 年之前 | |
| app.vue | 2 年之前 | |
| dist | 2 年之前 | |
| docker-app-compose.yml | 2 年之前 | |
| nginx.conf | 2 年之前 | |
| nuxt.config.ts | 2 年之前 | |
| package-lock.json | 2 年之前 | |
| package.json | 2 年之前 | |
| tsconfig.json | 2 年之前 | |
| yarn.lock | 2 年之前 |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.