vue-移动端适配-postcss-pxtorem

1、 安装lib-flexible
npm i lib-flexible --save

2、在main.js引入lib-flexible
import 'lib-flexible/flexible'

3、安装postcss-pxtorem
npm install postcss-pxtorem -D

4、配置postcss-pxtorem
在根目录的postcss.config.js文件中修改,此文件自动生成,若没有,手动添加
module.exports = {
"plugins": {
"autoprefixer": {},
'postcss-pxtorem': {
rootValue: 75, // 75表示750设计稿,37.5表示375设计稿
propList: ['*']
}
}
}

5、对于引

vue-移动端适配-postcss-pxtorem最先出现在Python成神之路

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/19485.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>