vue 常用ui组件

vux github ui demo:https://github.com/airyland/vux

Mint UI

项目主页:http://mint-ui.github.io/#!/zh-cn
demo:http://elemefe.github.io/mint-ui/#/
github地址:https://github.com/ElemeFE/mint-ui
中文文档地址:http://mint-ui.github.io/docs/#!/zh-cn

iview

iView 配套的工作流:https://github.com/icarusion/vue-vueRouter-webpack
github地址:https://github.com/iview/iview
官网:https://www.iviewui.com/

vue-mui

官网:http://mui.yaobieting.com/
github地址:https://github.com/creatshare/vue-mui

radon-ui

中文文档:https://luojilab.github.io/radon-ui/#!/
github:https://github.com/luojilab/radon-ui

antd vue

中文文档:http://okoala.github.io/vue-antd/#!/components
github:https://github.com/okoala/vue-antd

weex

社区:http://www.weex.help/
官网:http://weex-project.io/cn/
github:https://github.com/alibaba/weex
中文文档:http://www.weex.help/topic/57792770eb60516a48db5485

element(饿了么后台)

Element 是由饿了么UED设计、饿了么大前端开发的一套基于 Vue 2.0 的桌面端组件库。

官网:http://element.eleme.io/#/zh-CN
饿了么github:http://github.com/elemefe

N3

官网:https://n3-components.github.io/N3-components/
中文文档:https://n3-components.github.io/N3-components/component.html
英文文档:https://github.com/N3-components/N3-components

vuikit

github:https://github.com/vuikit/vuikit
英文文档:https://vuikit.js.org/#/



文/pauljun(简书作者)
原文链接:http://www.jianshu.com/p/2e53c4454d8b
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。
### Vue3 常用 UI 组件库推荐 #### 1. Element Plus Element Plus 是由饿了么前端团队开发的一套基于 Vue 3 的桌面端组件库。该组件库继承了 Element UI 的优秀设计,提供了丰富的交互组件和实用工具函数,能够满足大部分企业级应用的需求[^3]。 ```javascript import { ElButton, ElMessage } from 'element-plus'; export default { components: { ElButton, }, }; ``` #### 2. Vant Weapp Vant Weapp 提供了一整套高质量的小程序组件,同时也支持 Vue 3 平台下的快速开发。其文档详尽、示例清晰,并且拥有活跃的社区支持[^4]。 ```html <van-button type="primary">按钮</van-button> ``` #### 3. Ant Design of Vue 3.x Ant Design of Vue 是蚂蚁金服体验技术部出品的企业级产品界面解决方案,现已推出针对 Vue 3 版本的支持版本。此框架不仅涵盖了大量基础控件还包含了复杂业务场景所需的各种高级组件[^5]。 ```javascript import { Button, message } from 'ant-design-vue'; import App from './App.vue'; const app = createApp(App); app.use(Button); app.mount('#app'); ``` #### 4. View UI (iView) 尽管最初是为了服务 PC 界面而创建,但 View UI 同样兼容 Vue 3,并能很好地适应现代浏览器环境。对于那些正在寻找稳定可靠的选择来构建响应式 Web 应用的人来说是一个不错的选择。 ```javascript import ViewUI from 'view-design'; import 'view-design/dist/styles/iview.css'; createApp(App).use(ViewUI).mount('#app'); ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值