All Projects → ecomfe → Esl

ecomfe / Esl

Licence: bsd-3-clause
enterprise standard loader

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Esl

Lodjs
JavaScript模块加载器,基于AMD。迄今为止,对AMD理解最好的实现。
Stars: ✭ 296 (-63.95%)
Mutual labels:  amd, loader
Angular Async Loader
Load modules and components asynchronously for angular 1.x application.
Stars: ✭ 137 (-83.31%)
Mutual labels:  amd, loader
React Native Svg Transformer
Import SVG files in your React Native project the same way that you would in a Web application.
Stars: ✭ 568 (-30.82%)
Mutual labels:  loader
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (-5.24%)
Mutual labels:  amd
Content Loader
⚪️ SVG component to create placeholder loading, like Facebook cards loading.
Stars: ✭ 655 (-20.22%)
Mutual labels:  loader
Skeleton
💀 An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
Stars: ✭ 587 (-28.5%)
Mutual labels:  loader
Open C Book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 715 (-12.91%)
Mutual labels:  loader
Imaginary
🦄 Remote images, as easy as one, two, three.
Stars: ✭ 557 (-32.16%)
Mutual labels:  loader
Tdl
Driver loader for bypassing Windows x64 Driver Signature Enforcement
Stars: ✭ 815 (-0.73%)
Mutual labels:  loader
Smcamdprocessor
Power management, monitoring and VirtualSMC plugin for AMD processors
Stars: ✭ 652 (-20.58%)
Mutual labels:  amd
Vue Loading Overlay
Vue.js component for full screen loading indicator 🌀
Stars: ✭ 784 (-4.51%)
Mutual labels:  loader
Vboxhardenedloader
VirtualBox VM detection mitigation loader
Stars: ✭ 641 (-21.92%)
Mutual labels:  loader
Front End Daily Challenges
As of October 2020, 170+ works have been accomplished, challenge yourself each day!
Stars: ✭ 598 (-27.16%)
Mutual labels:  loader
Spinkit Objc
UIKit port of SpinKit
Stars: ✭ 743 (-9.5%)
Mutual labels:  loader
Nbminer
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
Stars: ✭ 568 (-30.82%)
Mutual labels:  amd
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (-3.78%)
Mutual labels:  amd
Easytimer.js
Easy to use Timer/Stopwatch/Countdown library compatible with AMD, ES6 and Typescript
Stars: ✭ 562 (-31.55%)
Mutual labels:  amd
Staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 629 (-23.39%)
Mutual labels:  amd
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (-19%)
Mutual labels:  amd
Asyncrat C Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Stars: ✭ 819 (-0.24%)
Mutual labels:  loader

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)

ESL vs RequireJS

  • 体积更小 (Smaller)
  • 性能更高 (Higher performance)
  • 更健壮 (More Robustness)
  • 不支持在非浏览器端使用 (Browser only)
  • 依赖模块用时定义 (Lazy define)

ESL的配置项 (CONFIGURATION OPTIONS)

查看 ESL的配置文档

See Configuration Options

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)

体积对比 (FILE SIZES)

uglifyjs -mc + gzip

  • esl 2.1.6 3.5k
  • requirejs 2.3.5 6.5k

性能对比 (PERFORMANCE)

查看 wiki文档

See wiki page

了解ESL的进化史 (CHANGE LOG)

了解ESL的进化史(CHANGE LOG)

错误信息 (ERROR MESSAGE)

阅读 ESL 中的错误提示信息 一文,以帮助您使用 ESL 时进行错误追查与调试。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].