airyland / vux

Mobile UI Components based on Vue & WeUI
https://vux.li
MIT License
17.59k stars 3.71k forks source link

需要和flexble.js一起使用,怎样自己维护一份vux还能保持更新 #1796

Open 54leibo opened 7 years ago

54leibo commented 7 years ago

我需要和flexble.js结合使用,框架中的px被转后出现了问题,所以现在想要自己维护一份,是需要这样吗:改动vux源码=》发布一个npm包=》安装使用 如果改动频繁需要不断发布npm包,好像会很麻烦,有更好的方式做这件事情吗

yangqin007 commented 6 years ago

@moahmn dpr被永久设置为1对什么东西会有影响呢?

yangqin007 commented 6 years ago

@54leibo 请问阉割掉了flexible.js中根据dpr缩放的功能,会对什么东西会有影响呢?

13168335674 commented 6 years ago

@yangqin007 可以看这篇文章

ifredom commented 5 years ago

首先,移动端我经常把border里面的小尺寸用px,而有的地方又用了rem。。。所以我的方案是 rem+px2rem插件。 项目是vue-cli构建的项目. 第一步。引入rem.js文件 image

第二步. 添加上插件 image