add systemjs

This commit is contained in:
chencheng 2014-08-06 00:00:23 +08:00
parent 5e4ce4cdb3
commit 62977c39c8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [curl](https://github.com/cujojs/curl) - A small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
* [lazyload](https://github.com/rgrove/lazyload/) - Tiny, dependency-free async JavaScript and CSS loader.
* [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager.
* [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader.
## Testing Frameworks