Good news! The installation of Webix is becoming easier. From today the library can be installed with the help of NuGet or Bower dependency management tools.
Nuget
NuGet is a package manager for the Microsoft development platform. You can install Webix by executing the following command line:
If you are a user of Microsoft Visual Studio, you should run the next command from Package Manager Console:
Bower
Bower is a package manager for the web. It provides developers with a comprehensive solution to the problem of front-end package management. Run the command below to install the Webix library by means of Bower:
That’s all. The aforementioned command will install the latest Webix version in the desired location.