https://github.com/rmurphey/dojo-demo
Using the Dojo Toolkit for MVC JavaScript applications
https://github.com/rmurphey/dojo-demo
Last synced: 8 days ago
JSON representation
Using the Dojo Toolkit for MVC JavaScript applications
- Host: GitHub
- URL: https://github.com/rmurphey/dojo-demo
- Owner: rmurphey
- Created: 2011-04-03T17:31:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-13T05:27:56.000Z (over 14 years ago)
- Last Synced: 2025-06-26T20:54:42.325Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 55
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dojo - Dojo Demo - Dojo demo (Applications)
README
# Using the Dojo Toolkit for MVC JavaScript applications
This is a repository based on the [Dojo
Boilerplate](https://github.com/rmurphey/dojo-boilerplate/) for demonstrating
simple MVC concepts using the [Dojo Toolkit](http://dojotoolkit.org).
This repository is set up to work using a version of Dojo hosted on the Google
CDN. If you'd prefer to use a local version of Dojo -- or if you're interested
in trying out the build script at `util/build.sh` -- you'll need to run the
setup script at `util/setup.sh` to download the full Dojo SDK. You'll also need
to follow the instructions regarding commenting and uncommenting script files
in `www/index.html`.
# Useful resources
* [Dojo Reference Guide](http://dojotoolkit.org/reference-guide/)
* [Introduction to Custom Dojo
Widgets](http://www.enterprisedojo.com/2010/09/21/introduction-to-custom-dojo-widgets/)
# License
The Dojo Boilerplate is licensed under the [same
terms](http://bugs.dojotoolkit.org/browser/dojo/trunk/LICENSE) as the Dojo
Toolkit.