https://github.com/serginator/procrastivuejs
A procrastination project with Vue.js and ES6
https://github.com/serginator/procrastivuejs
babel es6 javascript procrastinator vue
Last synced: 28 days ago
JSON representation
A procrastination project with Vue.js and ES6
- Host: GitHub
- URL: https://github.com/serginator/procrastivuejs
- Owner: serginator
- Created: 2017-02-13T10:57:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T14:59:27.000Z (over 9 years ago)
- Last Synced: 2025-06-11T04:45:45.885Z (12 months ago)
- Topics: babel, es6, javascript, procrastinator, vue
- Language: Vue
- Homepage: http://serginator.github.com/procrastivuejs/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# procrastivuejs
> A procrastination project with Vue.js and ES6
>
> You can visit it [here](http://serginator.github.com/procrastivuejs/)
## 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
```
## Push to github pages
```bash
npm run pages
```
For more information see the [docs for vueify](https://github.com/vuejs/vueify).