Skip to content
/ dapp Public

AMD-based Application Framework for building Web & Mobile applications

License

Notifications You must be signed in to change notification settings

ibm-js/dapp

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published