https://github.com/dalbodeule/ccheck
https://github.com/dalbodeule/ccheck
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalbodeule/ccheck
- Owner: dalbodeule
- License: mit
- Archived: true
- Created: 2018-10-13T16:09:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:02:42.000Z (about 3 years ago)
- Last Synced: 2025-03-22T18:46:55.831Z (11 months ago)
- Language: Vue
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccheck
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).