Description
ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。
ESL is a browser-only, amd-compliant module loader. In modern web applications, it is normally used in startup script or as a module manager.
通过右键另存的方式下载ESL (Download by Save As):
ESL alternatives and similar libraries
Based on the "Loaders" category.
Alternatively, view ESL alternatives based on common mentions on social networks and blogs.
-
curl
curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts. -
sail.js
DISCONTINUED. Sailing Through Scripts: Smooth Library Loading Ahead. [GET https://api.github.com/repos/SebastianSava/sail.js.git: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ESL or a related project?
Popular Comparisons
README
ESL (Enterprise Standard Loader)
ESL是一个浏览器端
、符合AMD
的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。
ESL is a browser-only, amd-compliant module loader. In modern web applications, it is normally used in startup script or as a module manager.
通过右键另存
的方式下载ESL (Download by Save As
):
了解AMD (About AMD)
- 前端为什么需要模块化? (WHY WEB MODULES?)
- 为什么需要使用AMD? (WHY AMD?)
- 玩转AMD系列 - 设计思路篇
- 玩转AMD系列 - 应用实践篇
- 玩转AMD系列 - Loader篇
- AMD spec
- AMD Require
- AMD Common-Config
- AMD Loader-Plugins
ESL vs RequireJS
- 体积更小 (Smaller)
- 性能更高 (Higher performance)
- 更健壮 (More Robustness)
- 不支持在
非浏览器端
使用 (Browser only) - 依赖模块
用时定义
(Lazy define)
ESL的配置项 (CONFIGURATION OPTIONS)
查看 [ESL的配置文档](doc/config.md)
See [Configuration Options](doc/config.md)
CDN
当前版本的CDN引用:(latest)
<!-- compressed -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.js"></script>
<!-- compressed(https) -->
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/efe/esl/2-1-6/esl.js"></script>
<!-- source -->
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.source.js"></script>
[过往版本 (Old version)](CDN.md)
体积对比 (FILE SIZES)
uglifyjs -mc + gzip
esl 2.1.6
3.5krequirejs 2.3.5
6.5k
性能对比 (PERFORMANCE)
查看 wiki文档
See wiki page
了解ESL的进化史 (CHANGE LOG)
[了解ESL的进化史(CHANGE LOG)](CHANGELOG.md)
错误信息 (ERROR MESSAGE)
阅读 ESL 中的错误提示信息 一文,以帮助您使用 ESL 时进行错误追查与调试。