Skip to content

Commit 1993584

Browse files
README file added.
1 parent 8fabaef commit 1993584

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

README.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
## About Syncfusion JavaScript
2+
3+
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.
4+
## Configure the Syncfusion JavaScript Bower
5+
6+
### Bower Installation
7+
8+
To configure the bower in your machine you need to install [node, npm](http://nodejs.org/# "") and [git](http://git-scm.org/# ""). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower "").
9+
Syncfusion Javascript Bower package can be configured in the following ways.
10+
11+
1. Using command prompt.
12+
13+
2. Using bower.json file.
14+
15+
3. From local directory.
16+
17+
#### Using command prompt
18+
19+
Perform the below steps to install Syncfusion bower Package via command prompt in your web application.
20+
21+
1. Open your web project’s location in a command prompt window.
22+
23+
2. Then run the below command,
24+
25+
~~~
26+
bower install syncfusion-javascript
27+
~~~
28+
29+
3. The bower will install the Syncfusion Javascript files into the project location and now you can use the bower content in your project.
30+
31+
>Note
32+
33+
>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,
34+
35+
>~~~
36+
>bower install syncfusion-javascript#13.3.0.18
37+
>~~~
38+
39+
>To install the package of version 13.3.0.18.
40+
41+
#### Using bower.json file
42+
43+
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.
44+
45+
~~~
46+
“syncfusion-javascript” : “13.3.0.18”
47+
~~~
48+
49+
>Note
50+
51+
>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.
52+
53+
>~~~
54+
>bower init
55+
>~~~
56+
57+
#### From local directory
58+
59+
You can install the Syncfusion bower package from a local directory. To perform this follow the below steps.
60+
61+
1. Download this repository as zip by click the “Download ZIP” button and extract the contents in your computer’s any of the local directory.
62+
63+
2. Then run the install command by providing the package content’s location. For instance please refer the below command,
64+
65+
~~~
66+
bower install C:\Users\Downloads\JavaScript-Components-master
67+
~~~
68+
69+
### Bower Update
70+
71+
To update the installed bower packages, run the below command.
72+
73+
~~~
74+
bower update syncfusion-javascript
75+
~~~
76+
## Documentation
77+
78+
For complete Syncfusion JavaScript documentation, please visit [http://help.syncfusion.com/js/](http://help.syncfusion.com/js/# "")
79+
80+
## Demos
81+
82+
Take a look at the Syncfusion JavaScript Web and Mobile live demos.
83+
84+
* [Web](http://js.syncfusion.com/demos/web/# "")
85+
86+
* [Mobile](http://js.syncfusion.com/demos/mobile/# "")
87+
88+
## Support
89+
90+
In case of any questions regarding the use of Syncfusion JavaScript, please [contact us](http://www.syncfusion.com/support/# "") by creating a support ticket.
91+
92+
## Release Notes
93+
94+
Refer the Syncfusion JavaScript Product Release Notes in [online Release Notes at Syncfusion](http://files2.syncfusion.com/Installs/v13.3.0.18/ReleaseNotes/JavaScript.html# "").
95+
96+
## License Information
97+
98+
For licensing information about Syncfusion JavaScript, see the [Syncfusion License Agreements](https://www.syncfusion.com/sales/licensing# "") page.

0 commit comments

Comments
 (0)