mzgantt 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +36 -0
- package/cdn/edit.js +1 -0
- package/cdn/export.js +1 -0
- package/cdn/images/addPlan.png +0 -0
- package/cdn/images/close.png +0 -0
- package/cdn/images/collapse_close.gif +0 -0
- package/cdn/images/collapse_open.gif +0 -0
- package/cdn/images/header-hover.gif +0 -0
- package/cdn/images/header.gif +0 -0
- package/cdn/images/mile.png +0 -0
- package/cdn/images/mini-left.gif +0 -0
- package/cdn/images/mini-right.gif +0 -0
- package/cdn/images/nextM.png +0 -0
- package/cdn/images/nextY.png +0 -0
- package/cdn/images/preM.png +0 -0
- package/cdn/images/preY.png +0 -0
- package/cdn/images/select_child.gif +0 -0
- package/cdn/images/taskgoto.gif +0 -0
- package/cdn/images/taskstatus.gif +0 -0
- package/cdn/mobile.js +1 -0
- package/cdn/mzgantt.css +1 -0
- package/cdn/mzgantt.js +1 -0
- package/dist/edit.js +1 -0
- package/dist/export.js +1 -0
- package/dist/images/addPlan.png +0 -0
- package/dist/images/close.png +0 -0
- package/dist/images/collapse_close.gif +0 -0
- package/dist/images/collapse_open.gif +0 -0
- package/dist/images/header-hover.gif +0 -0
- package/dist/images/header.gif +0 -0
- package/dist/images/mile.png +0 -0
- package/dist/images/mini-left.gif +0 -0
- package/dist/images/mini-right.gif +0 -0
- package/dist/images/nextM.png +0 -0
- package/dist/images/nextY.png +0 -0
- package/dist/images/preM.png +0 -0
- package/dist/images/preY.png +0 -0
- package/dist/images/select_child.gif +0 -0
- package/dist/images/taskgoto.gif +0 -0
- package/dist/images/taskstatus.gif +0 -0
- package/dist/mobile.js +1 -0
- package/dist/mzgantt.css +1 -0
- package/dist/mzgantt.js +1 -0
- package/image.png +0 -0
- package/index.js +4 -0
- package/package.json +14 -0
- package/readme.md +972 -0
package/README.en.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# MZGantt甘特图插件npm版
|
|
2
|
+
|
|
3
|
+
#### Description
|
|
4
|
+
MZGantt是一款原生js开发的甘特图插件。支持vue,ts,js等,支持流行的各种前端框架,可以快速引用到我们的web程序或者移动应用中。
|
|
5
|
+
|
|
6
|
+
#### Software Architecture
|
|
7
|
+
Software architecture description
|
|
8
|
+
|
|
9
|
+
#### Installation
|
|
10
|
+
|
|
11
|
+
1. xxxx
|
|
12
|
+
2. xxxx
|
|
13
|
+
3. xxxx
|
|
14
|
+
|
|
15
|
+
#### Instructions
|
|
16
|
+
|
|
17
|
+
1. xxxx
|
|
18
|
+
2. xxxx
|
|
19
|
+
3. xxxx
|
|
20
|
+
|
|
21
|
+
#### Contribution
|
|
22
|
+
|
|
23
|
+
1. Fork the repository
|
|
24
|
+
2. Create Feat_xxx branch
|
|
25
|
+
3. Commit your code
|
|
26
|
+
4. Create Pull Request
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
#### Gitee Feature
|
|
30
|
+
|
|
31
|
+
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
32
|
+
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
33
|
+
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
34
|
+
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
35
|
+
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
36
|
+
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|