https://github.com/caomeiyouren/nuxt-template
https://github.com/caomeiyouren/nuxt-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caomeiyouren/nuxt-template
- Owner: CaoMeiYouRen
- License: mit
- Created: 2021-02-12T11:26:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T12:07:58.000Z (over 2 years ago)
- Last Synced: 2025-01-04T22:45:40.189Z (9 months ago)
- Language: Vue
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-template
基于 nuxt 的项目模板
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).