Add tool: Vue CLI

This commit is contained in:
cytopia
2019-03-23 14:01:55 +01:00
parent 81bdfb1026
commit b1c8c8b107
12 changed files with 62 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ npm_enabled:
# https://github.com/Unitech/pm2
- pm2
- mdlint
- vue_cli
- vue_cli_service_global
- webpack
- webpack_cli
@@ -209,6 +211,11 @@ npm_available:
mdlint:
name: mdlint
check: mdlint --version | grep -E '[.0-9]+'
vue_cli:
name: "@vue/cli"
check: vue --version | grep -E '[.0-9]+'
vue_cli_service_global:
name: "@vue/cli-service-global"
webpack:
name: webpack
webpack_cli: