vxe-gantt
v4.4.10
Published
A vue based gantt component
Readme
vxe-gantt
一個基於 Vxe UI 的企業級甘特圖組件
浏览器支持
|
|
|
|
--- | --- | --- | --- | --- |
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
安装
版本:vue 3.x
npm install vxe-ganttNPM
// ...
import VxeUIBase 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(VxeUIBase).use(VxeUITable).use(VxeUIGantt).mount('#app')運行項目
安裝依賴
npm install啓動本地調試
npm run serve編譯打包,生成編譯後的目錄:es,lib
npm run lib許可證
MIT © 2025-present, Xu Liangzhan
