gocron/web/vue
dependabot[bot] 310e1c2d52
build(deps): bump y18n from 3.2.1 to 3.2.2 in /web/vue
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 15:13:06 +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 y18n from 3.2.1 to 3.2.2 in /web/vue 2021-03-30 15:13:06 +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.