一个基于 Vxe UI 的企业级甘特图组件
-
设计理念
- 面向现代浏览器,高效的简洁 API 设计
-
版本说明
- V4
- v4.0 基于 vue3.2+,适配 vxe-table 3.18+,只支持现代浏览器,不支持 IE
- V3
- v3.0 基于 vue2.6~2.7,适配 vxe-table 4.16+,只支持现代浏览器,不支持 IE
- V2
-
v2.0 基于 vue2.6+,停止维护
-
- V1
-
v1.0 基于 vue2.6+,停止维护
-
- V4
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
该群供大家交流問題,如果群人数已满,将会不定期剔除不活跃的。
版本:vue 3.x
npm install vxe-pc-ui vxe-table vxe-gantt
// ...
import VxeUIAll from 'vxe-pc-ui'
import 'vxe-pc-ui/lib/style.css'
import VxeUITable from 'vxe-table'
import 'vxe-table/lib/style.css'
import VxeUIGantt from 'vxe-gantt'
import 'vxe-gantt/lib/style.css'
// ...
createApp(App).use(VxeUIAll).use(VxeUITable).use(VxeUIGantt).mount('#app')
MIT © 2025-present, Xu Liangzhan