Skip to content

Commit 56fbec5

Browse files
Readme document modified.
1 parent c336e00 commit 56fbec5

File tree

1 file changed

+7
-68
lines changed

1 file changed

+7
-68
lines changed

README.md

Lines changed: 7 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,21 @@
11
## About Syncfusion JavaScript
22

33
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
54

6-
### Bower Installation
5+
## Configuring Syncfusion Bower Packages
76

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)
108

11-
1. Using command prompt.
9+
## Configuring Syncfusion NPM Packages
1210

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)
1412

15-
3. From local directory.
13+
## Configuring Syncfusion JSPM Packages
1614

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,
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-
~~~
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)
7616

7717
## Documentation
7818

79-
8019
For complete Syncfusion JavaScript documentation, please visit [http://help.syncfusion.com/js/](http://help.syncfusion.com/js/# "")
8120

8221
## Demos
@@ -99,7 +38,7 @@ In case of any questions regarding the use of Syncfusion JavaScript, please [con
9938

10039
## Release Notes
10140

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/# "").
10342

10443
## License Information
10544

0 commit comments

Comments
 (0)