mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
34 lines
288 B
Markdown
34 lines
288 B
Markdown
# Vant Cli
|
|
|
|
## Install
|
|
|
|
#### NPM
|
|
|
|
```shell
|
|
npm i @vant/cli -D
|
|
```
|
|
|
|
#### YARN
|
|
|
|
```shell
|
|
yarn add @vant/cli --dev
|
|
```
|
|
|
|
## Commands
|
|
|
|
#### Build Changelog
|
|
|
|
```shell
|
|
vant changelog ./name.md
|
|
```
|
|
|
|
#### Commit Lint
|
|
|
|
```json
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "vant commit-lint"
|
|
}
|
|
}
|
|
```
|