[Doc] add vue-cli english guide (#473)

This commit is contained in:
neverland
2017-12-22 16:36:57 +08:00
committed by GitHub
parent 9e6b663145
commit 3a8c35d195
2 changed files with 7 additions and 1 deletions

View File

@@ -59,6 +59,12 @@ Vue.use(Vant);
<script src="https://unpkg.com/vant/lib/vant.min.js"></script>
```
### vue-cli template
```shell
vue init youzan/vue-cli-template-vant projectName
```
### Props Named Style
HTML attributes are case-insensitive, so when using non-string templates, camelCased prop names need to use their kebab-case (hyphen-delimited) equivalents.