https://github.com/codebender828/nchito-template
Template for Nchito on live stream with Daniel
https://github.com/codebender828/nchito-template
Last synced: 3 months ago
JSON representation
Template for Nchito on live stream with Daniel
- Host: GitHub
- URL: https://github.com/codebender828/nchito-template
- Owner: codebender828
- Created: 2020-09-12T16:08:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T16:09:04.000Z (over 5 years ago)
- Last Synced: 2025-04-08T14:14:53.353Z (about 1 year ago)
- Language: Vue
- Size: 167 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nchito
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).