ibm-js / dapp

AMD-based Application Framework for building Web & Mobile applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dapp Build Status

This project provides an AMD-based Application Framework for building Web & Mobile applications from a JSON configuration file defining:

  • application controllers
  • application data stores
  • application views including their rendering, logical controller and internationalization file

The views rendering can be based on any JavaScript UI framework including delite/deliteful.

Status

No official release yet.

Migration

This is the former dojox/app project.

Migration will require manual steps listed here.

Issues

Bugs and open issues are tracked in the github issues tracker.

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Dependencies

This project requires the following other projects to run:

Installation

Bower release installation:

$ bower install dapp

Manual master installation: go to the root installation directory and clone dapp from github:

$ git clone git://github.com/ibm-js/dapp.git

Then install dependencies with bower (or manually from github if you prefer to):

$ cd dapp
$ bower install

Documentation

See the docs directory.

About

AMD-based Application Framework for building Web & Mobile applications

License:Other


Languages

Language:JavaScript 86.5%Language:HTML 12.5%Language:CSS 1.0%