Total Pageviews

Wednesday, 11 December 2013

SEAJS-改变你组织JavaScript的方式

Sea.js is a module loader for the web. It is designed to change the way that you organize JavaScript. With Sea.js, it is pleasure to build scalable web applications.
The official site: http://seajs.org/
http://seajs.org/docs/
https://github.com/seajs/seajs
Sea.js是一个遵循CommonJS规范的JavaScript模块加载框架,可以实现JavaScript的模块化开发及加载机制。Sea.js 追求简单、自然的代码书写和组织方式,代码非常精简。