https://github.com/getcandy/hub
GetCandy v1 Hub built on Nuxt.js
https://github.com/getcandy/hub
Last synced: about 1 year ago
JSON representation
GetCandy v1 Hub built on Nuxt.js
- Host: GitHub
- URL: https://github.com/getcandy/hub
- Owner: getcandy
- Created: 2020-05-11T14:58:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T14:13:43.000Z (about 5 years ago)
- Last Synced: 2025-02-15T11:27:38.965Z (over 1 year ago)
- Language: SCSS
- Homepage:
- Size: 5.15 MB
- Stars: 30
- Watchers: 3
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# getcandy-hub
> GetCandy Hub prototype
## 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).