css layout
``` npm install imrem ``` ## 使用 ### main.js文件中引入; ``` import 'imrem'; ``` ### 安装外部插件px转换rem > #### 安装 > > 打开Visual Studio Code,扩展,在应用商店中搜索:cssrem ; 安装好重启Visual Studio Code; > > > 左上角文件 -> 首选项 -> 设置 -> 搜索中输入cssrem; > #### cssrem设置 > * "cssrem.autoRemove
In the development of mobile terminals, it is often necessary to convert the px units accordingly. Pure manual calculation is very time-consuming and labor-intensive. Perhaps you have used the plugin "cssrem" which is a
No description provided.
how to use rem on webapp
Default parameter is added
> vue+js 开发模板
px to rem
h5页面自适应工具
项目里封装了一些组件,使用时一定要使用组件库组件,如果组件库组件场景不满足你的需求,如果扩展功能为通用功能,反馈到中台进行扩展,否则尽力和产品设计沟通使用通用组件,如果明确组件无法满足定制化需求可以自行封装业务组件或页面组件。