2018-05-02 12:41:41 +00:00
# gocron
> 定时任务管理系统
## Build Setup
``` bash
# install dependencies
2018-05-06 07:15:27 +00:00
yarn install
2018-05-02 12:41:41 +00:00
# serve with hot reload at localhost:8080
2018-05-06 07:15:27 +00:00
yarn run dev
2018-05-02 12:41:41 +00:00
# build for production with minification
2018-05-06 07:15:27 +00:00
yarn run build
2018-05-02 12:41:41 +00:00
# build for production and view the bundle analyzer report
2018-05-06 07:15:27 +00:00
yarn run build --report
2018-05-02 12:41:41 +00:00
```
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 ).