You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
3 years ago
|
DHTMLX Gantt
|
||
|
============
|
||
|
|
||
|
Version 7.1.8, Standard Edition
|
||
|
|
||
|
|
||
|
License
|
||
|
------------
|
||
|
|
||
|
GPL-2.0 License, check license.txt for more details
|
||
|
|
||
|
|
||
|
How to start
|
||
|
------------
|
||
|
|
||
|
- check our how-to-start tutorials https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html
|
||
|
- explore code samples https://docs.dhtmlx.com/gantt/samples/
|
||
|
|
||
|
|
||
|
How to run samples
|
||
|
------------
|
||
|
|
||
|
All the samples except for a few that explicitly require a REST backend api can be opened as static files.
|
||
|
|
||
|
Running the backend:
|
||
|
|
||
|
- `npm install` or `yarn install`
|
||
|
- `npm start` or `yarn start`
|
||
|
- go to `http://localhost:9200`
|
||
|
|
||
|
or
|
||
|
|
||
|
- copy `codebase` and `samples` folders of the package to your Apache/nginx directory and open samples as static html pages. Demos that require RESTful backend will not work in that case.
|
||
|
|
||
|
Package structure
|
||
|
------------
|
||
|
|
||
|
- ./codebase - css and javascript files of the library
|
||
|
- ./samples - code samples
|
||
|
- ./backend - a simple node backend to run samples
|
||
|
|
||
|
Useful links
|
||
|
-------------
|
||
|
|
||
|
- Product information
|
||
|
https://dhtmlx.com/docs/products/dhtmlxGantt/
|
||
|
|
||
|
- Online documentation
|
||
|
https://docs.dhtmlx.com/gantt/
|
||
|
|
||
|
- Support forum
|
||
|
https://forum.dhtmlx.com/c/gantt
|