ember-browserify
Module loader
An ember-cli addon for loading CommonJS modules from npm via browserify
ember-cli addon for easily loading CommonJS packages from npm via browserify.
172 stars
7 watching
28 forks
Language: JavaScript
last commit: about 3 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 |
css-modules/css-modulesify | A browserify plugin to enable CSS Modules support | 403 |
adopted-ember-addons/ember-cli-hot-loader | Enables hot reloading in Ember applications to quickly update changes without requiring a full page reload | 99 |
duizendnegen/ember-cli-lazy-load | Supports lazy loading of Ember applications by splitting them into bundles | 42 |
miguelmadero/ember-cli-bundle-loader | An Ember.js addon that enables the creation of multiple, independent bundles with lazy loading to improve application boot times and deployment efficiency. | 23 |
ember-cli/ember-compatibility-helpers | Provides compatibility flags for Ember addons to write backwards compatible code | 25 |
calvinmetcalf/es6-translate | A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
ember-learn/ember-cli-addon-docs | Automated documentation generator for Ember addons | 176 |
spencer516/ember-functional-modifiers | Provides an API for adding custom modifications to elements in Ember applications. | 40 |
ecomfe/esl | A standard module loader designed for use in modern web applications, providing efficient and robust management of entry points and modules. | 845 |
rwjblue/ember-cli-cjs-transform | An addon that allows importing CommonJS files into Ember applications | 48 |
dojo/loader | A JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments. | 16 |
vite-plugin/vite-plugin-commonjs | A pure JavaScript implementation of the CommonJS module system for use in web applications. | 113 |
lifeart/ember-ast-hot-load | Enables hot reloading of components in Ember applications without full page reloads. | 91 |
ember-polyfills/ember-on-modifier | A polyfill that adds support for the {{on}} element modifier to Ember.js | 38 |