curl
Module loader
A small and fast module loader that handles various JavaScript formats and protocols.
curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
2k stars
99 watching
216 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
requirejs/cajon | A JavaScript module loader that supports both CommonJS and AMD modules. | 117 |
dojo/loader | A JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments. | 16 |
linkedinattic/inject | A JavaScript module loader and dependency manager for the browser. | 464 |
yanhaijing/lodjs | A JavaScript module loader based on the AMD specification, supporting modular development and dependency injection. | 291 |
putoutjs/bundler | A small JavaScript utility for bundling and loading modules from files in a file system | 2 |
vite-plugin/vite-plugin-commonjs | A pure JavaScript implementation of the CommonJS module system for use in web applications. | 111 |
calvinmetcalf/es6-translate | A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
amol-/axel | A JavaScript loader with collision detection | 24 |
css-modules/css-modulesify | A browserify plugin to enable CSS Modules support | 403 |
ef4/ember-browserify | An ember-cli addon for loading CommonJS modules from npm via browserify | 172 |
css-modules/icss | Defines a format for CSS files used in component-based web applications to enable interoperability between CSS and JavaScript. | 630 |
esri/esri-loader | A tool to help load and use ArcGIS Maps SDK JavaScript modules in non-DOM frameworks like Angular, Ember, Preact, React, and VueJS | 458 |
unscriptable/beck | A toolkit for building ES6 Module Loader pipelines and shims for legacy environments. | 5 |
andrewwakeling/requirejs-basketjs | A tool that allows you to load requireJS modules using the basket.js library | 33 |
ecomfe/esl | A standard module loader designed for use in modern web applications, providing efficient and robust management of entry points and modules. | 845 |