create-react-app 移动端rem适配

1、安装

npm install lib-flexible postcss-pxtorem -S 

2、在项目入口文件index.js中引入lib-fiexible

import 'lib-flexible';

     create-react-app 移动端rem适配_第1张图片

 3、修改 webpack.config.js

        3.1、初始化配置

npm run eject

        3.2、此时会报错

create-react-app 移动端rem适配_第2张图片

                        解决方案:

git init
git add .
git commit -m '自定义名'

        3.3、修改webpack.config.js

需要引入:

你可能感兴趣的:(react,less环境配置,react.js,less,前端)