Syncfusion Essential JavaScript is a comprehensive collection of over 80+ enterprise-grade HTML5 JavaScript components for building modern web applications. It includes all the UI controls that are typically required for building line-of-business (LOB) applications including charts, grids, gantt, scheduler, diagram and much more.
To configure the bower in your machine you need to install node, npm and git. For more information to configure the Bower package please refer the official site for bower. Syncfusion Javascript Bower package can be configured in the following ways.
-
Using command prompt.
-
Using bower.json file.
-
From local directory.
Perform the below steps to install Syncfusion bower Package via command prompt in your web application.
-
Open your web project’s location in a command prompt window.
-
Then run the below command,
bower install syncfusion-javascript
-
The bower will install the Syncfusion Javascript files into the project location and now you can use the bower content in your project.
Note
To install a particular version of a bower package, you need to provide the version as suffix of the package name while installing. For instance, run the below command,
bower install syncfusion-javascript#14.2.28
To install the package of version 14.2.28.
In another way, you can add the packages to the bower.json file by simply specify the package name. This will install/restore the packages to your project.
“syncfusion-javascript” : “14.2.28”
Note
ASP.NET 5 (preview) projects have bower.json file by default. If your project doesn’t have bower.json file run the below command from your project directory.
bower init
You can install the Syncfusion bower package from a local directory. To perform this follow the below steps.
-
Download this repository as zip by click the “Download ZIP” button and extract the contents in your computer’s any of the local directory.
-
Then run the install command by providing the package content’s location. For instance please refer the below command,
bower install C:\Users\Downloads\JavaScript-Components-master
To update the installed bower packages, run the below command.
bower update syncfusion-javascript
For complete Syncfusion JavaScript documentation, please visit http://help.syncfusion.com/js/
Take a look at the Syncfusion JavaScript Web and Mobile live demos.
Download our JavaScript Platform installer from here.
In case of any questions regarding the use of Syncfusion JavaScript, please contact us by creating a support ticket.
Refer the Syncfusion JavaScript Product Release Notes in online Release Notes at Syncfusion.
For licensing information about Syncfusion JavaScript, Download the Syncfusion License Agreements from here.