mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Doc] update quickstart (#2025)
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = {
|
|||||||
plugins: {
|
plugins: {
|
||||||
'autoprefixer': {
|
'autoprefixer': {
|
||||||
browsers: ['Android >= 4.0', 'iOS >= 7']
|
browsers: ['Android >= 4.0', 'iOS >= 7']
|
||||||
}
|
},
|
||||||
'postcss-pxtorem': {
|
'postcss-pxtorem': {
|
||||||
rootValue: 37.5,
|
rootValue: 37.5,
|
||||||
propList: ['*']
|
propList: ['*']
|
||||||
|
@@ -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: {
|
plugins: {
|
||||||
'autoprefixer': {
|
'autoprefixer': {
|
||||||
browsers: ['Android >= 4.0', 'iOS >= 7']
|
browsers: ['Android >= 4.0', 'iOS >= 7']
|
||||||
}
|
},
|
||||||
'postcss-pxtorem': {
|
'postcss-pxtorem': {
|
||||||
rootValue: 37.5,
|
rootValue: 37.5,
|
||||||
propList: ['*']
|
propList: ['*']
|
||||||
|
Reference in New Issue
Block a user