Vue UI 了解一下
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue UI 了解一下相关的知识,希望对你有一定的参考价值。
参考技术A 前端框架百花齐放、争奇斗艳,令人眼花缭乱。大神们一言不合就整一个框架出来,另小白们无所适从。下面罗列了一些比较优秀的UI框架,Star多的大都是老牌劲旅,Star少的许多是后起之秀。(1)Element 饿了么 vue 2.0后台UI框架 (Star:18382)
https://github.com/ElemeFE/element
(2)iview组件库 (Star:10186)
iView 主要服务于 PC 界面的中后台业务,很优秀的组件库,可惜不适合移动端
https://github.com/iview/iview
https://iviewui.com/
(3)vux 基于Vue和WeUI的移动UI组件 (Star:9762)
Vux是基于WeUI和Vue(2.x)开发的移动端UI组件库,主要服务于微信页面。
https://github.com/airyland/vux
https://vux.li/
(4)Mint-UI 饿了么移动端组件库 (Star:8062)
由饿了么前端团队推出的 Mint UI 是一个基于 Vue.js 的移动端组件库
https://github.com/ElemeFE/mint-ui
(5)vue-admin 管理面板UI框架 (Star:6289)
https://github.com/vue-bulma/vue-admin
(6)vue-material为 Vue.js 打造的 Material 风格的组件 (Star:4550)
https://github.com/vuematerial/vue-material
https://vuematerial.github.io/#/
(7)vue-strap基于 Vue.js 的 Bootstrap 组件 (Star:4400)
https://github.com/yuche/vue-strap
http://yuche.github.io/vue-strap/
(8)KeenUI 基于Material Design的UI (Star:3041)
https://josephuspaye.github.io/Keen-UI/
(9)vonic (Star:2276)
https://github.com/wangdahoo/vonic/
https://wangdahoo.github.io/vonic/docs/#/
(10)Radon-ui awe大神最近写的一套UI (Star:791)
https://github.com/luojilab/radon-ui
(11)N3-components 基于N3ui (Star:781)
https://github.com/N3-components/N3-components
(12)vue-carbon (Star:739)
https://github.com/myronliu347/vue-carbon
上文转自于 https://www.cnblogs.com/tkzc2013/p/8127294.html
更多 vue 框架参考 https://www.awesomes.cn/subject/vue# 应用-框架
优秀的 github demo 推荐 https://github.com/bailicangdu
vue中的element-ui和react的element-ui
首先分享一个使用vue做的后台管理系统网站的示例,里面的控件都是用element-ui做的。
读了一下它的源代码,深感有了element-ui 做UI太方便了,Android里做UI是多么的麻烦。
这里记录一下element-ui的官方地址,方便以后需要的时候查看。
vue里使用的element-ui地址:
https://element.eleme.cn/#/zh-CN/component/button
react里使用的element-ui地址:
https://elemefe.github.io/element-react/#/zh-CN/button
以上是关于Vue UI 了解一下的主要内容,如果未能解决你的问题,请参考以下文章