almond
AMD loader
A minimal AMD loader implementation that replaces the full RequireJS library after optimization
A minimal AMD API implementation for use after optimized builds
2k stars
65 watching
168 forks
Language: JavaScript
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
amdjs/amdjs-api | Defines the API for asynchronous module loading and referencing in JavaScript | 4,308 |
requirejs/requirejs | A file and module loader for JavaScript applications | 12,953 |
requirejs/cajon | A JavaScript module loader that supports both CommonJS and AMD modules. | 117 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,621 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,537 |
andrewwakeling/requirejs-basketjs | A tool to simplify the process of loading requirejs modules using basket.js. | 33 |
umdjs/umd | Defines a standard for JavaScript modules to work across different environments and script loaders. | 7,422 |
yanhaijing/lodjs | A JavaScript module loader based on the AMD specification, supporting modular development and dependency injection. | 291 |
ichord/angular-coffee-amd-seed | A tool for building and maintaining AngularJS applications with CoffeeScript and RequireJS. | 58 |
dojo/loader | A JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments. | 16 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
cujojs/curl | A small and fast module loader that handles various JavaScript formats and protocols. | 1,881 |
amol-/axel | A JavaScript loader with collision detection | 24 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,587 |