chd c313fcc4ee docker | 1 年之前 | |
---|---|---|
assets | 1 年之前 | |
pages | 1 年之前 | |
public | 1 年之前 | |
server | 1 年之前 | |
utils | 1 年之前 | |
.gitignore | 1 年之前 | |
.npmrc | 1 年之前 | |
Dockerfile | 1 年之前 | |
README.md | 1 年之前 | |
app.vue | 1 年之前 | |
docker-app-compose.yml | 1 年之前 | |
nginx.conf | 1 年之前 | |
nuxt.config.ts | 1 年之前 | |
package-lock.json | 1 年之前 | |
package.json | 1 年之前 | |
tsconfig.json | 1 年之前 | |
yarn.lock | 1 年之前 |
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.