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:
nuget install Webix
If you are a user of Microsoft Visual Studio, you should run the next command from Package Manager Console:
install-package Webix