当前位置: 首页 > 工具软件 > Suave UI > 使用案例 >

Vue3 UI组件库对比,Naive UI、Element Plus、 Ant Design Vue

宇文修文
2023-12-01

对比图

\Element PlusNaive uiAnt Design Vue
简介element-ui Vue3版本,国内使用广泛Vue作者推荐的Vue3ui 组件库阿里Ant Design设计规范的Vue实现版
地址https://github.com/element-plus/element-plushttps://github.com/tusen-ai/naive-uihttps://github.com/vueComponent/ant-design-vue
社区活跃度
ui库组件主要实现方式单文件Vuetsxtsx
缺点在一些组件需要自定义渲染时,无法使用slot,只能使用h函数
典型例子,当使用表格组件时,经常需要对后台返回的某一列的数据做自定义渲染,
此时在.vue单文件中只能通过h函数来进行自定义渲染,
当有些操作列,有多个按钮动态显示时,将很不方便,通过jsx的使用方式才会方便一些
开源脚手架https://github.com/lin-xin/vue-manage-system
https://github.com/chuzhixin/vue-admin-better
https://github.com/xiaoxian521/vue-pure-admin
https://github.com/HalseySpicy/Geeker-Admin
https://github.com/jekip/naive-ui-adminhttps://github.com/vbenjs/vue-vben-admin
https://github.com/jeecgboot/jeecgboot-vue3
 类似资料: