vue本人常用插件汇总(常更新)

1. 移动端UI插件 mint-ui

http://mint-ui.github.io/#!/zh-cn

2.vue状态管理vuex,持久化插件:vuex-persist

https://github.com/championswimmer/vuex-persist

3.nuxt大多数也需要用到vuex,但是用vuex-persist就不合适了,幸好有另外一个vuex-persistedstate

https://github.com/robinvdvleuten/vuex-persistedstate

4.个人用的最多的移动端布局解决方案 hotcss

https://github.com/imochen/hotcss

源码比较简单易懂,觉得不行可以放肆改

结合 postcss-pxtorem css使用更流畅

5.px单位转rem插件 postcss-pxtorem

https://github.com/songsiqi/px2rem-postcss

6.自动添加css前缀,各个浏览器兼容 autoprefixer

http://autoprefixer.github.io/

暂时写这么多吧,会不定期更新

猜你喜欢

转载自www.cnblogs.com/stealth7/p/9150231.html