|
|
https://quasar.dev/
项目地址:https://github.com/quasarframework/quasar
基于vuejs的。
虽然我是reacter,但是通过我一天的努力学习vuejs,已经用quasar重构了一个react的项目了。
用他的最犀利的地方是方便:
[ol]You get a state-of-the-art UI (that follows Material Guidelines) for your websites and apps out of the boxBest support for desktop and mobile browsers (including iOS Safari!) out of the boxBest-in-class support for each build mode (SPA, SSR, PWA, Mobile app, Desktop app & Browser Extension) and the best[/ol]复制代码
web、桌面、app 一把梭
对于不喜欢用 vuex和redux管理全局state的同学,
可以尝试下lowdb来替代,
http://www.awkxy.com/react/16.html |
|