New to LMD? See Getting Started or Wiki.
- Backbone LMD - TodoMVC application based on Backbone.js with LMD as application assembler. Run
- Mock Chat - Part of loaders benchmark, than measures LMD performance. Run. Run using cache
- Getting Started - Example from Getting Started wiki page. Run
- And more...
- Adaptation - Adapting non-modules. Plain JavaScript, AMD, etc
- Sandbox - 3-party modules isolation example
- Glob - Declare many similar modules with only 1 expression!
- And more...
- Cache - transparent localStorage cache for all modules
- Promise - using Promises instead of callback to handle module loading
- Match - use
require.match(/Pattern/)
to grep all modules that you need - And more...
Hint You can try all examples live! Just add http://azproduction.github.io/lmd/
to example path examples/demos/backbone_lmd/
= http://azproduction.github.io/lmd/examples/demos/backbone_lmd/