browserify
Browser bundler
Enables Node.js-style module loading in the browser
browser-side require() the node.js way
15k stars
288 watching
1k forks
Language: JavaScript
last commit: 3 months ago
Linked from 3 awesome lists
browserbundlercommonjsjavascriptmodule-bundlermodules
Related projects:
Repository | Description | Stars |
---|---|---|
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,587 |
requirejs/requirejs | A file and module loader for JavaScript applications | 12,953 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
browserify/watchify | Automatically rebuilds browserify bundles in response to file changes | 1,789 |
requirejs/almond | A minimal AMD loader implementation that replaces the full RequireJS library after optimization | 2,414 |
ef4/ember-browserify | An ember-cli addon for loading CommonJS modules from npm via browserify | 172 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,537 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,105 |
browserslist/browserslist | A tool for managing target browsers and Node.js versions for front-end development. | 13,067 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,598 |
browserify/events | A Node.js events module implementation for environments without it. | 1,391 |
jedwatson/classnames | A utility for conditionally joining class names together based on conditions provided as arguments | 17,641 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,759 |
getmeuk/contenttools | Builds WYSIWYG editors for HTML content | 3,971 |