How to add enterprise version Gantt to Vue framework

Hello,
This command is installed in the standard version.: npm install dhtmlx-gantt --save
What should I do with the Enterprise Edition?

Hello Virgil,
We don’t have an NPM package of the Pro version. But you can install the Pro version as an NPM package by following these steps:

  1. Unpack Gantt to a specific folder, for example, to /opt/gantt_pro
  2. If your Gantt version is 6.1.x, you need to replace the package.json file with the following one:
    https://files.dhtmlx.com/30d/cb80c0faf513b1caab81d79fe9266c4e/package.json
  3. Use the following command to install Gantt:
npm install /opt/gantt_pro

You can read more about installation methods in the following article:
https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html#addingproeditionintoproject

hello, I have a sample question:how to install the enterprise version gannt to gantt react framework with npm? thinks!

Hello,
You can apply the same steps as I mentioned in the message above.