Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaatula committed Apr 23, 2015
0 parents commit 7174916
Show file tree
Hide file tree
Showing 79 changed files with 248,047 additions and 0 deletions.
163 changes: 163 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions README.md
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).

19 changes: 19 additions & 0 deletions bower.json
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"
}
}
Loading

0 comments on commit 7174916

Please sign in to comment.