vxe-gantt
Version:
A vue based gantt component
75 lines (51 loc) • 3.27 kB
Markdown
# vxe-gantt
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | [English](README.en.md) | 日本語
[](https://github.com/x-extends/vxe-gantt/stargazers)
[](https://gitee.com/x-extends/vxe-gantt/stargazers)
[](https://gitcode.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) をベースとしたエンタープライズ・ガントチャートのコンポーネントです
## ブラウザサポート
 |  |  |  | 
--- | --- | --- | --- | --- |
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
### テーブルとUIの使用
版本:[vue](https://www.npmjs.com/package/vue) 3.x
```shell
npm install vxe-gantt
```
Get on [unpkg](https://unpkg.com/vxe-gantt/) and [cdnjs](https://cdn.jsdelivr.net/npm/vxe-gantt/)
### NPM
```javascript
// ...
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')
```
## プロジェクトの実行
依存関係をインストールする
```shell
npm install
```
ローカルデバッグを開始する
```shell
npm run serve
```
コンパイルパッケージング、生成されたコンパイルディレクトリ: es,lib
```shell
npm run lib
```
## ライセンス
[MIT](LICENSE) © 2025-present, Xu Liangzhan