https://github.com/atinux/gh-clone
Workshop example with vue-router & vuex
https://github.com/atinux/gh-clone
Last synced: 7 months ago
JSON representation
Workshop example with vue-router & vuex
- Host: GitHub
- URL: https://github.com/atinux/gh-clone
- Owner: atinux
- Created: 2018-03-13T12:44:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T09:53:11.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T21:43:27.751Z (9 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-clone
> A Vue.js project
## Prerequisites
You need to create a personal access token on your Github (check `public_repo`) and replace `YOUR_GH_TOKEN` into into `conf/prod.env.js`.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).