This project provides a custom elements based UI Widget framework working both on desktop and mobile platforms.
No official release yet.
For developers migrating a widget from dijit, migration will require manual steps listed here.
Bugs and open issues are tracked in the github issues tracker.
This project is distributed by the Dojo Foundation and licensed under the "New" BSD License except the Bootstrap variables.less file which is distributed under MIT license.
All contributions require a Dojo Foundation CLA.
Bower release installation:
$ bower install delite
Manual master installation:
$ git clone git://github.com/ibm-js/delite.git
Then install dependencies with bower (or manually from github if you prefer to):
$ cd delite
$ bower install
See the introductory blog post to get started.
Then see the delite website including the documentation section.