[RequireJS]简介

官网:

http://www.requirejs.org/

上来就是简单的页面,清晰的介绍

/* ---

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.

IE 6+ .......... compatible ✔
Firefox 2+ ..... compatible ✔
Safari 3.2+ .... compatible ✔
Chrome 3+ ...... compatible ✔
Opera 10+ ...... compatible ✔

Get started then check out the API.

--- */

就是一个模块加载器,用来定义模块,异步加载(回调)

符合AMD规范

 

posted @ 2014-08-27 14:09  望星辰  阅读(128)  评论(0)    收藏  举报