This project provides a sample tutorial contact application based on Dojo 1.9 dojox/app module.
This project is distributed by the Dojo Foundation and licensed under the Dojo dual license BSD/AFLv2 license. All contributions require a Dojo Foundation CLA.
This project requires the following other projects to run:
- dojo
- dijit
- dojox/app
- dojox/mobile
- (optional, useful only if you want to build the app) util
- (optional, useful only to run this in a cordova app) dcordova
- Manual installation by dropping contactsApp as a sibling of the Dojo dojo directory:
- contactsApp
- dojo
- dijit
- dojox/app
- dojox/mobile
- util (optional)
- dcordova (optional, version tag: dojo1.9.0)
To install the latest master, go to the root Dojo installation directory and clone contactsApp from github
git clone git://github.com/cjolif/dojo-contacts-app.git contactsApp
You can build the contacts application by running the following command from util/buildscripts:
./build.sh --profile ../../contactsApp/build/build.profile.js --appConfigFile ../../contactsApp/contacts.json --appConfigLayer contactsApp/contacts
This will make sure all the files needed by this application are bundled into compressed layers. The result can be found in contactsApp-release/contactsApp
- Christophe Jolif (IBM CCLA, committer)
- Ed Chatelain (IBM CCLA, committer)