umd
Module standardizer
Defines a standard for JavaScript modules to work across different environments and script loaders.
UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
7k stars
195 watching
423 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
amdjs/amdjs-api | Defines the API for asynchronous module loading and referencing in JavaScript | 4,308 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
yanhaijing/lodjs | A JavaScript module loader based on the AMD specification, supporting modular development and dependency injection. | 291 |
css-modules/css-modules | A project providing support and documentation for CSS modules to help developers write component-scoped CSS without conflicts or global scope issues. | 17,694 |
lodash/lodash | A modular JavaScript utility library providing functions for manipulating data structures like arrays and objects. | 59,969 |
js-cookie/js-cookie | A lightweight JavaScript API for handling browser cookies. | 22,080 |
requirejs/requirejs | A file and module loader for JavaScript applications | 12,953 |
requirejs/almond | A minimal AMD loader implementation that replaces the full RequireJS library after optimization | 2,414 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
requirejs/cajon | A JavaScript module loader that supports both CommonJS and AMD modules. | 117 |
ef4/ember-browserify | An ember-cli addon for loading CommonJS modules from npm via browserify | 172 |
rollup/rollup | A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. | 25,457 |
colinmeinke/universal-js | A comprehensive JavaScript starter kit that sets up a full-stack web application using React, Redux, and Universal JS for server-side rendering. | 66 |
gordyd/3ree | An example application showcasing a universal JavaScript stack using React, Redux, RethinkDB, and Express for building a full-stack app with real-time updates. | 846 |
mgechev/angularjs-in-patterns | An AngularJS framework documentation that explores design and architectural patterns used in the framework | 1,955 |