browserify-handbook
Browserification guide
A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices.
how to build modular applications with browserify
5k stars
107 watching
291 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
browserify/browserify | Enables Node.js-style module loading in the browser | 14,614 |
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 |
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 |
browserify/events | A Node.js events module implementation for environments without it. | 1,385 |
browserslist/browserslist | A tool for managing target browsers and Node.js versions for front-end development. | 13,030 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,493 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,108 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,726 |
fastify/fastify | A high-performance web framework for Node.js with a focus on developer experience and minimal overhead. | 32,408 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,188 |
css-modules/css-modulesify | A browserify plugin to enable CSS Modules support | 403 |