forked from DevExpress/bower-devextreme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kaatula
committed
Apr 23, 2015
0 parents
commit 7174916
Showing
79 changed files
with
248,047 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# DevExtreme Complete | ||
|
||
This repo is for distribution of the [DevExtreme Complete](http://js.devexpress.com) product with **Bower**. | ||
|
||
DevExtreme supplies HTML/JS tools for mobile and web development. | ||
|
||
- **A blazing-fast HTML5 Data Grid and rich libraries of high-performance touch-enabled data visualization and UI widgets** | ||
DevExtreme ships with a rich library of client-side widgets that can be used in **any** web application and on any website. | ||
|
||
- **DevExtreme SPA framework** | ||
DevExtreme allows you to build HTML/JS applications that can be packed as native mobile applications using the PhoneGap Build and can then be installed on mobile devices. When installed, DevExtreme applications look and behave like native mobile applications. | ||
|
||
|
||
## Install | ||
|
||
To install with `bower`, run the following command: | ||
|
||
```shell | ||
bower install devextreme | ||
``` | ||
|
||
## Documentation | ||
|
||
To start with DevExtreme, go through the steps given on the [start page](http://js.devexpress.com/Documentation/) of the documentation. | ||
|
||
While using DevExtreme, the [videos](http://js.devexpress.com/Documentation/Videos), [tutorials](http://js.devexpress.com/Documentation/Tutorials/?version=14_2), [guides](http://js.devexpress.com/Documentation/Howto/?version=14_2) and [API reference](http://js.devexpress.com/Documentation/ApiReference/?version=14_2) provided with the documentation will be helpful. | ||
|
||
## Demos | ||
|
||
Take a look at the DevExtreme demos. | ||
|
||
- [Web apps](http://js.devexpress.com/WebDevelopment/Demos/) and [Cross-Platform Mobile applications](http://js.devexpress.com/MobileDevelopment/Demos/) | ||
Sample real-world apps built using the DevExtreme tools. | ||
|
||
|
||
- [Widget Gallery](http://js.devexpress.com/Demos/WidgetsGallery/) | ||
A vast collection of code samples illustrating the usage of DevExtreme widgets. | ||
|
||
## License | ||
|
||
Familiarize yourself with a [Commercial License](https://www.devexpress.com/Support/EULAs/DevExtreme.xml). | ||
|
||
## Support | ||
|
||
In case of any questions regarding the use of DevExtreme, please refer to our [Support Center](https://www.devexpress.com/Support/Center). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "devextreme", | ||
"version": "14.2.7", | ||
"description": "A blazing-fast HTML5 Data Grid and rich libraries of high-performance touch-enabled data vizualization and UI widgets", | ||
"moduleType": [ | ||
"globals" | ||
], | ||
"main": "js/dx.all.js", | ||
"authors": [ | ||
{ "name": "Developer Express Inc.", "email": "[email protected]", "homepage": "https://www.devexpress.com" } | ||
], | ||
"license": "https://www.devexpress.com/Support/EULAs/DevExtreme.xml", | ||
"homepage": "https://js.devexpress.com", | ||
"keywords": [ "grid", "datagrid", "widgets", "charts", "gauge", "sparkline", "vector map", "viz", "visualization", "SPA" ], | ||
"dependencies": { | ||
"jquery": "~1.11.0", | ||
"globalize": "0.1.1" | ||
} | ||
} |
Oops, something went wrong.