This commit is contained in:
pplokijuhyg 2019-11-25 15:18:49 +08:00
parent 0d8d186c67
commit e681ab91ae

View File

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