Ignite UI™ helps you build powerful, high-performance web-based applications. Inside Ignite UI you'll find user experience controls and components for creating engaging line-of-business web applications which target the browsers for both mobile & desktop environments.
Ignite UI is built on jQuery and jQuery UI and ties in seamlessly with the jQuery core model and conventions including all styling support via jQuery UI Theme Roller. Beyond jQuery Ignite UI features support for Bootstrap themes, AngularJS, Knockout and jQuery Mobile.
The package for this development repository is available on both npm
and bower
.
To get started follow the respective package manager installation:
npm install ignite-ui
bower install ignite-ui
Package contains similar files and structure to what you'd find in the full version of Ignite UI with complete styles and lite versions of the combined script files:
<script src="<node_modules|bower_components>/ignite-ui/js/infragistics.core-lite.js" type="text/javascript"></script>
<script src="<node_modules|bower_components>/ignite-ui/js/infragistics.lob-lite.js" type="text/javascript"></script>
The full built content for both packages can be browsed at the Ignite UI Bower Shim repository.
Besides browsing our online samples, you can also run the demos included with this repo in a local clone. Those are useful for quickly trying out some control features, as a base for other samples or even testing local changes.
To setup the repository run the following in the root directory:
npm install
The command will install all build dependencies as well as bower packages used in the demos.
To build the product:
grunt build
This will create source files under the dist/
folder complete with merged locales, combined script and structure CSS and can be called again to include new changes.
The html demos under demos/<control>
can now be run directly from the file system.
- Ignite UI help API
- Ignite UI help topics
- Ignite UI online samples
- Ignite UI questions on StackOverflow
You can find all guidelines on how to contribute on the wiki page.