0


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

对比图

\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-Adminhttps://github.com/jekip/naive-ui-adminhttps://github.com/vbenjs/vue-vben-admin
https://github.com/jeecgboot/jeecgboot-vue3

标签: vue.js ui 前端

本文转载自: https://blog.csdn.net/qq_39497186/article/details/127276926
版权归原作者 傲慢二锅头 所有, 如有侵权,请联系我们删除。

“Vue3 UI组件库对比,Naive UI、Element Plus、 Ant Design Vue”的评论:

还没有评论