Install gantt chart when we have licence

Hai,

i was try to make gantt chart with vue js, i have followed step by step in this link

Can i replace licence dhtmlx-gantt with the license I have??

Thanks

Hello @Elras_S ,

As I understand, you want to add the licensed package you have, instead of the “GPL” version used in this guide? Please correct me if I misunderstand you.

Currently, you can install a pro version of Gantt only from the local folder.

Steps to do this:

1.) Unarchive downloaded gantt into some folder
2.) Use the following command to install Gantt into your Vue project:
yarn add ../dowloaded_gantt_package (be careful with path)

Guide Adding PRO Edition into Project:
https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html#addingproeditionintoproject

Hi @Siarhei,

Thank you for your support!