{"id":182,"url":"https://github.com/browserify/awesome-browserify","last_synced_at":"2025-04-08T05:34:34.545Z","repository":{"id":65990965,"uuid":"70184715","full_name":"browserify/awesome-browserify","owner":"browserify","description":":crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.","archived":false,"fork":false,"pushed_at":"2017-01-04T23:45:44.000Z","size":43,"stargazers_count":87,"open_issues_count":0,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-03T06:01:17.325Z","etag":null,"topics":["awesome","awesome-list","browserify","list","meta"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browserify.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-06T19:10:08.000Z","updated_at":"2024-04-22T17:30:35.000Z","dependencies_parsed_at":"2024-01-12T02:43:41.209Z","dependency_job_id":"5d57c7ce-dee3-46a5-ba0d-b514ce77ffc8","html_url":"https://github.com/browserify/awesome-browserify","commit_stats":null,"previous_names":["ungoldman/awesome-browserify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fawesome-browserify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fawesome-browserify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fawesome-browserify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fawesome-browserify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserify","download_url":"https://codeload.github.com/browserify/awesome-browserify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785919,"owners_count":20995641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","browserify","list","meta"],"created_at":"2024-01-05T20:12:48.610Z","updated_at":"2025-04-08T05:34:29.527Z","avatar_url":"https://github.com/browserify.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\u003cimg src=\"browserify.png\" alt=\"Browserify!\"\u003e\u003c/div\u003e\n\n# Awesome Browserify [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n\u003e :crystal_ball: A curated list of awesome [Browserify](https://github.com/substack/node-browserify) resources, libraries, and tools.\n\nPlease help improve this list by [contributing](contributing.md)!\n\n## Contents\n\n- [About](#about)\n- [Official Resources](#official-resources)\n- [Community Resources](#community-resources)\n- [Tutorials](#tutorials)\n- [Articles](#articles)\n- [Demos](#demos)\n- [Videos](#videos)\n- [Tools](#tools)\n  - [Development Servers](#development-servers)\n  - [Plugins](#plugins)\n  - [Watchers](#watchers)\n  - [CSS Bundlers](#css-bundlers)\n  - [Transforms](#transforms)\n  - [Node in the Browser](#node-in-the-browser)\n  - [Production Tools](#production-tools)\n\n## About\n\nBrowserify lets you `require('modules')` in the browser by bundling up all of your dependencies.\n\nYou 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 `\u003cscript\u003e` tag.\n\n## Official Resources\n\n- [Docs](https://github.com/substack/node-browserify#usage)\n- [Handbook](https://github.com/substack/browserify-handbook)\n- [Repo](https://github.com/substack/node-browserify)\n- [Website](http://browserify.org/)\n\n## Community Resources\n\n- [IRC](http://webchat.freenode.net/?channels=browserify)\n- [Twitter](http://twitter.com/browserify)\n- [StackOverflow](http://stackoverflow.com/questions/tagged/browserify)\n\n## Tutorials\n\n- [Hello World with Browserify](http://browserify.org/#middle-section)\n- [Browserify Adventure](https://github.com/workshopper/browserify-adventure)\n- [A Gentle Browserify Walkthrough](https://ponyfoo.com/articles/a-gentle-browserify-walkthrough)\n- [Browserify guide](http://zhaoda.net/2015/10/16/browserify-guide/) (Chinese)\n\n## Articles\n\n- [Introduction to Browserify](https://writingjavascript.org/posts/introduction-to-browserify)\n- [Using npm on the client side](http://dontkry.com/posts/code/using-npm-on-the-client-side.html)\n- [How Browserify Works](http://benclinkinbeard.com/posts/how-browserify-works/)\n- [Gulp + Browserify: The Everything Post](https://www.viget.com/articles/gulp-browserify-starter-faq)\n- [Browserify vs Component](http://www.forbeslindesay.co.uk/post/44144487088/browserify-vs-component)\n- [Browserify for Webpack users](https://gist.github.com/substack/68f8d502be42d5cd4942)\n- [Browserify vs. Webpack](https://mattdesl.svbtle.com/browserify-vs-webpack)\n\n## Demos\n\n- [Canvas Splitter](http://requirebin.com/?gist=maxogden/9576799) by [hughsk](http://github.com/hughsk)\n- [Infinite 2D Cave Generator](http://requirebin.com/?gist=maxogden/9557700) by [hughsk](http://github.com/hughsk)\n- [2D Velocity Control](http://requirebin.com/?gist=maxogden/9557776) by [sethvincent](http://github.com/sethvincent)\n\n## Videos\n\n- [James Halliday (substack) - LXJS 2013 - Modularidade para todos](https://www.youtube.com/watch?v=DCQNm6yiZh0)\n- [Getting Started with Browserify](https://www.youtube.com/watch?v=CTAa8IcQh1U) by [shama](https://github.com/shama/)\n- [Transform your Bundles with Browserify](https://www.youtube.com/watch?v=Uk2bgp8OLT8) by [shama](https://github.com/shama/)\n\n## Tools\n\n### Development Servers\n\n- [budo](https://github.com/mattdesl/budo) - Dev server for rapid prototyping.\n- [beefy](https://github.com/chrisdickinson/beefy) - Local development server that aims to make using browserify fast and fun.\n- [wzrd](https://github.com/maxogden/wzrd) - Super minimal browserify development server.\n\n### Plugins\n\n- [browserify-hmr](https://github.com/AgentME/browserify-hmr) - Hot Module Replacement plugin for Browserify.\n\n### Watchers\n\n- [watchify](https://github.com/substack/watchify) - Watch mode for browserify builds.\n- [persistify](https://github.com/royriojas/persistify) - Wrapper around `browserify` to make incremental builds.\n\n### CSS bundlers\n\n- [sheetify](https://github.com/stackcss/sheetify) - Modular CSS bundler for browserify.\n- [parcelify](https://github.com/rotundasoftware/parcelify) - Add css to your npm modules consumed with browserify.\n- [css-modulesify](https://github.com/css-modules/css-modulesify) - Browserify plugin to load CSS Modules.\n\n### Transforms\n\n- [babelify](https://github.com/babel/babelify) - Browserify transform for babel.\n- [aliasify](https://github.com/benbria/aliasify) - Remap require calls at build time.\n- [brfs](https://github.com/substack/brfs) - `fs.readFileSync()` and `fs.readFile()` static asset browserify transform.\n\n### Node in the Browser\n\n- [crypto-browserify](https://github.com/crypto-browserify/crypto-browserify) - Port of node's `crypto` module to the browser.\n- [stream-browserify](https://github.com/substack/stream-browserify) - The `stream` module from node core, for browsers!\n- [buffer](https://github.com/feross/buffer) - The `buffer` module from node.js, for the browser.\n- [requirebin](http://requirebin.com/) - Write browser JavaScript programs using modules from NPM.\n\n### Production Tools\n\n- [wzrd.in](https://wzrd.in/) - Browserify CDN. Browserify-as-a-Service!\n- [bankai](https://github.com/yoshuawuyts/bankai) - DIY asset server. Serves HTML, CSS and JS as streams.\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](contributing.md) before getting started.\n\n## License\n\nThe [browserify logo](browserify.png) is by [substack](https://github.com/substack).\n\nAll other content is released to the public domain under [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html).\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)\n","funding_links":[],"categories":["Front-End Development","Technical","Uncategorized","Libraries and tools lists","前端开发","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Other Lists","Themed Directories"],"sub_categories":["awesome-*","Uncategorized","Misc","TeX Lists"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fawesome-browserify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserify%2Fawesome-browserify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fawesome-browserify/lists"}