New to LMD? See Getting Started or Wiki.
- Backbone LMD - TodoMVC application based on Backbone.js with LMD as application assembler. Run
- Ember.js LMD - TodoMVC application based on Ember.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...
- Mocha - testing lmd build with mocha and mocha-phantomjs
- Istanbul - code coverage with istanbul and testing lmd build with mocha and mocha-phantomjs
Hint You can try all examples live! Just add http://lmdjs.org/
to example path examples/demos/backbone_lmd/
= http://lmdjs.org/examples/demos/backbone_lmd/