农业大屏前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhy521521 68190ce53a
测试第一个上传
10 months ago
public 测试第一个上传 10 months ago
src 测试第一个上传 10 months ago
README.md 测试第一个上传 10 months ago
babel.config.js 测试第一个上传 10 months ago
package-lock.json 测试第一个上传 10 months ago
package.json 测试第一个上传 10 months ago
vue.config.js 测试第一个上传 10 months ago
yarn.lock 测试第一个上传 10 months ago

README.md

项目启动 node-v10版本即可

项目适配 使用postcss-px2rem px2rem-loader进行rem适配

https://blog.csdn.net/Refuelefforts/article/details/113933784 实现原理每次打包webpack通过使用插件postcss-px2rem帮我们自动将px单位转换成rem单位 前方有坑UI框架部分组件使用JavaScript将css作为内联样式直接写在html标签内打包适配时不会读取相关css,所以要配置相关样式在style中需要" !important "进行样式覆盖。