feature: add create template (#1762)

This commit is contained in:
花裤衩
2019-03-22 18:22:14 +08:00
committed by GitHub
parent a9b4467472
commit 896b7369bf
7 changed files with 181 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
"lint": "eslint --ext .js,.vue src",
"test": "npm run lint",
"test:unit": "vue-cli-service test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop"
},
"husky": {
"hooks": {
@@ -87,6 +88,7 @@
"lint-staged": "7.2.2",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"plop": "2.3.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",