shenchunlv 8a5cceb207 fix:官网联系方式修改 | há 1 ano atrás | |
---|---|---|
assets | há 1 ano atrás | |
composables | há 1 ano atrás | |
pages | há 1 ano atrás | |
public | há 1 ano atrás | |
server | há 1 ano atrás | |
utils | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
.npmrc | há 1 ano atrás | |
Dockerfile | há 1 ano atrás | |
README.md | há 1 ano atrás | |
app.vue | há 1 ano atrás | |
dist | há 1 ano atrás | |
docker-app-compose.yml | há 1 ano atrás | |
nginx.conf | há 1 ano atrás | |
nuxt.config.ts | há 1 ano atrás | |
package-lock.json | há 1 ano atrás | |
package.json | há 1 ano atrás | |
tsconfig.json | há 1 ano atrás | |
yarn.lock | há 1 ano atrás |
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.