vxe-gantt
Version:
A vue based gantt component
88 lines (61 loc) • 3.71 kB
Markdown
# vxe-gantt
简体中文 | [繁體中文](README.zh-TW.md) | [English](README.en.md) | [日本語](README.ja-JP.md)
[](https://gitee.com/x-extends/vxe-gantt/stargazers)
[](https://www.npmjs.com/package/vxe-gantt)
[](https://github.com/x-extends/vxe-gantt/actions/workflows/webpack.yml)
[](https://npm-stat.com/charts.html?package=vxe-gantt)
[](https://github.com/x-extends/vxe-gantt/issues)
[](https://github.com/x-extends/vxe-gantt/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/x-extends/vxe-gantt/pulls)
[](https://github.com/x-extends/vxe-gantt/pulls?q=is%3Apr+is%3Aclosed)
[](LICENSE)
一个基于 [Vxe UI](https://github.com/x-extends/vxe-pc-ui) 的基于 PC 端甘特图组件
* 设计理念
* 面向现代浏览器,高效的简洁 API 设计
* 版本说明
* **V4**
* [x] v4.0 基于 vue3.2+,适配 vxe-table 3.18+,只支持现代浏览器,不支持 IE
* **V3**
* [x] v3.0 基于 vue2.6~2.7,适配 vxe-table 4.16+,只支持现代浏览器,不支持 IE
* **V2**
* [x] ~~v2.0 基于 vue2.6+,停止维护~~
* **V1**
* [x] ~~v1.0 基于 vue2.6+,停止维护~~
## 浏览器支持
 |  |  |  | 
--- | --- | --- | --- | --- |
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
## 在线文档
👉 [基础库](https://vxeui.com)
👉 [表格库](https://vxetable.cn)
👉 [甘特图](https://gantt.vxeui.com)
👉 [可视化](https://design.vxeui.com)
## QQ 交流群
该群供大家交流問題,如果群人数已满,将会不定期剔除不活跃的。


## 功能点
[👀 Vxe Gantt](https://gantt.vxeui.com/)
* [x] gantt 甘特图
* [x] ([企业版](https://vxetable.cn/pluginDocs/)) 依赖线
* [x] ([企业版](https://vxetable.cn/pluginDocs/)) 任务条拖拽
## 安装
版本:[vue](https://www.npmjs.com/package/vue) 3.x
```shell
npm install vxe-pc-ui vxe-table vxe-gantt
```
Get on [unpkg](https://unpkg.com/vxe-gantt/) and [cdnjs](https://cdn.jsdelivr.net/npm/vxe-gantt/)
### NPM
```javascript
// ...
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')
```
## License
[MIT](LICENSE) © 2025-present, Xu Liangzhan