Starting from today, you can install dhtmlxScheduler and dhtmlxGantt through Bower or NuGet, package managers for the web. Follow the easy instructions below and learn how to quickly launch the latest version of the Scheduler and Gantt Chart from NuGet or Bower.
NuGet
NuGet is the package manager for the Microsoft development platform. You can install the DHTMLX Scheduler and Gantt chart by executing the following command line:
nuget install DHTMLX.Scheduler
If you are using Microsoft Visual Studio, you can run the following command from the Package Manager Console:
install-package DHTMLX.Scheduler
Bower
Bower is a package manager for the web that offers a generic, unopinionated solution to the problem of front-end package management. You can run the following command to install the dhtmlxScheduler library with Bower:
And to install dhtmlxGantt, you can use:
That is it. The above commands will install the latest version of the component, dhtmlxScheduler or dhtmlxGantt, in the desired location.