vue-cli-plugin-pxtorem
v1.3.0
Published
vue-cli 3 plugin to add lib-flexible & postcss-pxtorem
Downloads
62
Maintainers
Readme
Intro
解决移动端宽度单位 px -> rem 的计算问题,基于 lib-flexible 和 postcss-pxtorem 实现的 vue 2.x + vue-cli 3 插件。
Use
npm i @vue/cli -g
vue create my-app
cd my-app
vue add pxtorem
License
MIT