码迷,mamicode.com
首页 > 编程语言 > 详细

RequireJS is a JavaScript file and module loader

时间:2015-11-18 00:38:26      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:

RequireJS

RequireJS 是一个JavaScript模块加载器。它非常适合在浏览器中使用, 它非常适合在浏览器中使用,但它也可以用在其他脚本环境, 就像 Rhino and Node. 使用RequireJS加载模块化脚本将提高代码的加载速度和质量。

/* ---

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.

--- */

http://requirejs.org/

http://requirejs.org/docs/download.html

http://www.requirejs.cn/

https://github.com/jrburke/r.js

DOWNLOAD REQUIREJS

 

技术分享

 

 

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

RequireJS is a JavaScript file and module loader

标签:

原文地址:http://www.cnblogs.com/xgqfrms/p/4973168.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!