- Notifications
You must be signed in to change notification settings - Fork7
browserify/awesome-browserify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🔮 A curated list of awesomeBrowserify resources, libraries, and tools.
Please help improve this list bycontributing!
Browserify lets yourequire('modules')
in the browser by bundling up all of your dependencies.
You can use a node-stylerequire()
to organize your browser code and load modules installed by npm. Browserify will recursively analyze all therequire()
calls in your app in order to build a bundle you can serve up to the browser in a single<script>
tag.
- Hello World with Browserify
- Browserify Adventure
- A Gentle Browserify Walkthrough
- Browserify guide (Chinese)
- Introduction to Browserify
- Using npm on the client side
- How Browserify Works
- Gulp + Browserify: The Everything Post
- Browserify vs Component
- Browserify for Webpack users
- Browserify vs. Webpack
- James Halliday (substack) - LXJS 2013 - Modularidade para todos
- Getting Started with Browserify byshama
- Transform your Bundles with Browserify byshama
- budo - Dev server for rapid prototyping.
- beefy - Local development server that aims to make using browserify fast and fun.
- wzrd - Super minimal browserify development server.
- browserify-hmr - Hot Module Replacement plugin for Browserify.
- watchify - Watch mode for browserify builds.
- persistify - Wrapper around
browserify
to make incremental builds.
- sheetify - Modular CSS bundler for browserify.
- parcelify - Add css to your npm modules consumed with browserify.
- css-modulesify - Browserify plugin to load CSS Modules.
- babelify - Browserify transform for babel.
- aliasify - Remap require calls at build time.
- brfs -
fs.readFileSync()
andfs.readFile()
static asset browserify transform.
- crypto-browserify - Port of node's
crypto
module to the browser. - stream-browserify - The
stream
module from node core, for browsers! - buffer - The
buffer
module from node.js, for the browser. - requirebin - Write browser JavaScript programs using modules from NPM.
- wzrd.in - Browserify CDN. Browserify-as-a-Service!
- bankai - DIY asset server. Serves HTML, CSS and JS as streams.
Contributions welcome! Please read thecontributing guidelines before getting started.
Thebrowserify logo is bysubstack.
All other content is released to the public domain underCC0-1.0.
About
🔮 A curated list of awesome Browserify resources, libraries, and tools.
Topics
Resources
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.