[Doc] update quickstart (#2025)

This commit is contained in:
neverland 2018-11-04 20:23:48 +08:00 committed by GitHub
parent 11ce2a602f
commit 17d9e27305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -124,7 +124,7 @@ module.exports = {
plugins: {
'autoprefixer': {
browsers: ['Android >= 4.0', 'iOS >= 7']
}
},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']

View File

@ -25,7 +25,11 @@ vue ui
### 示例工程
我们提供了一个基于 Vue Cli 3 的示例工程,仓库地址为 [Vant Demo](https://github.com/youzan/vant-demo)
我们提供了一个基于 Vue Cli 3 的示例工程,仓库地址为 [Vant Demo](https://github.com/youzan/vant-demo),示例工程会帮助你了解如下内容:
- 基于 vant 搭建单页面应用
- 配置 rem 适配方案
- 自定义主题色方案
### 安装
@ -134,7 +138,7 @@ module.exports = {
plugins: {
'autoprefixer': {
browsers: ['Android >= 4.0', 'iOS >= 7']
}
},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']