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: about 1 month 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,584 |
requirejs/requirejs | A file and module loader for JavaScript applications | 12,951 |
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,791 |
browserify/watchify | Automatically rebuilds browserify bundles in response to file changes | 1,790 |
requirejs/almond | A minimal AMD loader implementation that replaces the full RequireJS library after optimization | 2,415 |
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,541 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,108 |
browserslist/browserslist | A tool for managing target browsers and Node.js versions for front-end development. | 13,030 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
browserify/events | A Node.js events module implementation for environments without it. | 1,385 |
jedwatson/classnames | A utility for conditionally joining class names together based on conditions provided as arguments | 17,600 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,726 |
getmeuk/contenttools | A JavaScript library for building WYSIWYG HTML editors with content manipulation tools. | 3,966 |