Track Awesome Browserify Updates Daily
:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 browserify/awesome-browserify · ⭐ 82 · 🏷️ Front-End Development
Jan 04, 2017
Articles
Nov 07, 2016
Community Resources
Articles
Demos
Videos
Nov 03, 2016
Tutorials
- Browserify guide (Chinese)
Articles
Tools / Development Servers
- budo (⭐2.2k) - Dev server for rapid prototyping.
Tools / Watchers
- persistify (⭐78) - Wrapper around
browserify
to make incremental builds.
Tools / CSS bundlers
- css-modulesify (⭐407) - Browserify plugin to load CSS Modules.
Tools / Node in the Browser
- crypto-browserify (⭐579) - Port of node's
crypto
module to the browser.
Oct 14, 2016
Tutorials
Articles
Oct 11, 2016
Tools / Development Servers
- beefy (⭐801) - Local development server that aims to make using browserify fast and fun.
- wzrd (⭐249) - Super minimal browserify development server.
Tools / Plugins
- browserify-hmr (⭐376) - Hot Module Replacement plugin for Browserify.
Tools / Watchers
- watchify (⭐1.8k) - Watch mode for browserify builds.
Tools / CSS bundlers
- sheetify (⭐443) - Modular CSS bundler for browserify.
- parcelify (⭐254) - Add css to your npm modules consumed with browserify.
Tools / Transforms
- babelify (⭐1.7k) - Browserify transform for babel.
- aliasify (⭐204) - Remap require calls at build time.
- brfs (⭐557) -
fs.readFileSync()
andfs.readFile()
static asset browserify transform.
Tools / Node in the Browser
- stream-browserify (⭐86) - The
stream
module from node core, for browsers!
- buffer (⭐1.5k) - The
buffer
module from node.js, for the browser.
- requirebin - Write browser JavaScript programs using modules from NPM.
Oct 06, 2016
Official Resources
Tutorials
Articles
Tools / Production Tools
- wzrd.in - Browserify CDN. Browserify-as-a-Service!
- bankai (⭐1.1k) - DIY asset server. Serves HTML, CSS and JS as streams.