|
Project Information
Members
Links
|
IntroductionDD Framework is an 11kb JavaScript 1.8.x framework built around the idea of simplifying the verbose code found in most large projects. While being aimed at a very light weight core it can be extended for large applications rapidly through first and third party modules. Checkout the Development Version of the DD FrameworkThe default path for checking out is set to the scripts/dd/ directory and this is the same path1 that all examples in the tutorials use.
Note: A minified version will not be available until documentation and modules are closer to completion. DocumentationPlease read through the documentation (Getting Started). What does the DD stand forSince I've gotten asked a few times, it's the first two parts of developing. D esign > D evelop > D eploy 1 Path is determined by the location of dd/dd.js. Tutorials use the scripts/ path, while some users prefer js/. |