gocron/web/vue/README.md

22 lines
475 B
Markdown
Raw Normal View History

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