Awesome Browserify Overview

:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.

🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 browserify/awesome-browserify · ⭐ 82 · 🏷️ Front-End Development

[ Daily / Weekly / Overview ]

Browserify!

Awesome Browserify Awesome

:crystal_ball: A curated list of awesome Browserify (⭐14k) resources, libraries, and tools.

Please help improve this list by contributing!

Contents

About

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

You can use a node-style require() to organize your browser code and load modules installed by npm. Browserify will recursively analyze all the require() calls in your app in order to build a bundle you can serve up to the browser in a single <script> tag.

Official Resources

Community Resources

Tutorials

Articles

Demos

Videos

Tools

Development Servers

Plugins

Watchers

CSS bundlers

Transforms

Node in the Browser

Production Tools

Contributing

Contributions welcome! Please read the contributing guidelines before getting started.

License

The browserify logo is by substack.

All other content is released to the public domain under CC0-1.0.

CC0