Code Monkey home page Code Monkey logo

awesome-browserify's Introduction

Browserify!

Awesome Browserify Awesome

๐Ÿ”ฎ A curated list of awesome Browserify 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

  • 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.

Plugins

Watchers

  • watchify - Watch mode for browserify builds.
  • persistify - Wrapper around browserify to make incremental builds.

CSS bundlers

  • sheetify - Modular CSS bundler for browserify.
  • parcelify - Add css to your npm modules consumed with browserify.
  • css-modulesify - Browserify plugin to load CSS Modules.

Transforms

  • babelify - Browserify transform for babel.
  • aliasify - Remap require calls at build time.
  • brfs - fs.readFileSync() and fs.readFile() static asset browserify transform.

Node in the Browser

  • 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.

Production Tools

  • wzrd.in - Browserify CDN. Browserify-as-a-Service!
  • bankai - DIY asset server. Serves HTML, CSS and JS as streams.

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

awesome-browserify's People

Contributors

sethvincent avatar ungoldman avatar yerkopalma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.