gocron/web/vue
dependabot[bot] d316713ec3
build(deps): bump elliptic from 6.4.0 to 6.5.4 in /web/vue
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 02:13:46 +00:00
..
build 前端使用Vue+Element-UI重构 2018-05-02 20:41:41 +08:00
config 静态文件和API使用相对路径 2018-09-30 23:10:45 +08:00
src 静态文件和API使用相对路径 2018-09-30 23:10:45 +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 build(deps): bump elliptic from 6.4.0 to 6.5.4 in /web/vue 2021-03-09 02:13:46 +00: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.