Webix Gets NuGet and Bower Packages

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

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:

bower install webix

That’s all. The aforementioned command will install the latest Webix version in the desired location.