docs: update README.md of sub-packages

This commit is contained in:
陈嘉涵
2019-08-22 11:55:05 +08:00
parent 8cca48131e
commit bcc6868c06
4 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
# 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
```