update
This commit is contained in:
parent
0d8d186c67
commit
e681ab91ae
@ -1,13 +1,26 @@
|
|||||||
# vue-cli引用vant使用rem自适应
|
# vue-cli引用vant使用rem自适应 #
|
||||||
### 介绍
|
### 介绍 ###
|
||||||
使用的node包管理器为yarn
|
使用的node包管理器为yarn
|
||||||
vue-cli版本4
|
vue-cli版本4
|
||||||
### 安装vant
|
### 安装vant ###
|
||||||
yarn add vant
|
yarn add vant
|
||||||
### 配置
|
### 配置
|
||||||
由于rem是由首页脚本定义 所以不需要安装自动计算rem的插件
|
由于rem是由首页脚本定义 所以不需要安装自动计算rem的插件
|
||||||
安装babel-plugin-import实现按需加载
|
安装babel-plugin-import实现按需加载
|
||||||
配置babel
|
配置babel
|
||||||
.babelrc
|
.babelrc
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"plugins": [
|
||||||
|
["import", {
|
||||||
|
"libraryName": "vant",
|
||||||
|
"libraryDirectory": "es",
|
||||||
|
"style": true
|
||||||
|
}]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
安装postcss-pxtorem
|
||||||
|
这个是
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user