You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-68Lines changed: 7 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,82 +1,21 @@
1
1
## About Syncfusion JavaScript
2
2
3
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
4
6
-
### Bower Installation
5
+
##Configuring Syncfusion Bower Packages
7
6
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.
7
+
Refer the Syncfusion bower packages documentation in [https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages)
10
8
11
-
1. Using command prompt.
9
+
## Configuring Syncfusion NPM Packages
12
10
13
-
2. Using bower.json file.
11
+
Refer the Syncfusion npm packages documentation in [https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-npm-packages](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-npm-packages)
14
12
15
-
3. From local directory.
13
+
## Configuring Syncfusion JSPM Packages
16
14
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#14.2.28
37
-
>~~~
38
-
39
-
>To install the package of version 14.2.28.
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” : “14.2.28”
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,
To update the installed bower packages, run the below command.
72
-
73
-
~~~
74
-
bower update syncfusion-javascript
75
-
~~~
15
+
Refer the Syncfusion jspm packages documentation in [https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-jspm-packages](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-jspm-packages)
76
16
77
17
## Documentation
78
18
79
-
80
19
For complete Syncfusion JavaScript documentation, please visit [http://help.syncfusion.com/js/](http://help.syncfusion.com/js/#"")
81
20
82
21
## Demos
@@ -99,7 +38,7 @@ In case of any questions regarding the use of Syncfusion JavaScript, please [con
99
38
100
39
## Release Notes
101
40
102
-
Refer the Syncfusion JavaScript Product Release Notes in [online Release Notes at Syncfusion](http://help.syncfusion.com/js/release-notes/v14.2.0.28# "").
41
+
Refer the Syncfusion JavaScript Product Release Notes in [online Release Notes at Syncfusion](http://help.syncfusion.com/js/release-notes/#"").
0 commit comments