gocron/web/vue
Richard Li 03afad0864 Improve UI 2018-07-02 10:28:36 +08:00
..
build 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
config 静态资源嵌入 2018-05-13 22:48:37 +08:00
src Improve UI 2018-07-02 10:28:36 +08:00
static 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.babelrc 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.editorconfig 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.eslintignore 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.eslintrc.js 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.gitignore 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
.postcssrc.js 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
README.md 前端重构#用户模块、任务列表、日志列表 2018-05-06 15:15:27 +08:00
index.html 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
package.json 前端重构#用户模块、任务列表、日志列表 2018-05-06 15:15:27 +08:00
yarn.lock 前端重构#用户模块、任务列表、日志列表 2018-05-06 15:15:27 +08:00

README.md

gocron

定时任务管理系统

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.