An open API service indexing awesome lists of open source software.

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

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).