gocron/web/vue
dependabot[bot] aac32a9915
build(deps): bump tar from 4.4.1 to 4.4.19 in /web/vue
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 02:57:54 +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 tar from 4.4.1 to 4.4.19 in /web/vue 2021-09-01 02:57:54 +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.