build: add files of vant-cli 2

This commit is contained in:
陈嘉涵
2019-11-18 16:40:43 +08:00
parent 28e2849087
commit 6514b650d0
46 changed files with 12125 additions and 249 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ yarn add @vant/cli --dev
#### Build Changelog
```shell
vant changelog ./name.md
vant-cli changelog ./name.md
```
#### Commit Lint
@@ -27,7 +27,7 @@ vant changelog ./name.md
```json
"husky": {
"hooks": {
"commit-msg": "vant commit-lint"
"commit-msg": "vant-cli commit-lint"
}
}
```