[Doc] update quickstart.md (#3497)

This commit is contained in:
neverland
2019-06-13 16:44:37 +08:00
committed by GitHub
parent f5ad8e72e9
commit 1327ccb831
11 changed files with 35 additions and 23 deletions

View File

@@ -15,14 +15,18 @@ vue create hello-world
vue ui
```
<img width="100%" style="border-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, .1);" src="https://img.yzcdn.cn/vant/vue-cli-demo-201809030812.png" >
![](https://img.yzcdn.cn/vant/vue-cli-demo-201809030812.png)
In the GUI, click on 'Dependencies' -> `Install Dependencies` and add `vant` to the dependencies.
### Install
```bash
# Using npm
npm i vant -S
# Using yarn
yarn add vant
```
## Usage