browser-side require() the node.js way

browserify require('modules') in the browser 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
Information
Category: JavaScript / Loaders
Watchers: 291
Star: 14.4k
Fork: 1.2k
Last update: Mar 8, 2023

Related Repos


344

toplan Intro Automatically show a well-fitting placeholder for dumb component while its content is loading. [Demo here] APIs Placeholders Plugins What is the meaning of the word hold in this project? It's means keep
 
2.6k

requirejs r.js A command line tool for running JavaScript scripts that use the Asynchronous Module Definition API (AMD) for declaring and using JavaScript modules and regular JavaScript script files. It is part of the RequireJS project, a
 
225

ElemeFE bowl.js 🍚 static resources front-end storage solving strategy Links Documentation Screenshot Quick Start For those resources that need to be cached, you do not have
 
304

kdzwinel Making a Doughnut Progress Bar 🍩 Design I was working on a new user profile component for my company. One of its elements is a combination of an avatar and a progress bar. First design that I got from our graph
 
124

lrsjng modulejs Lightweight JavaScript module system. License The MIT License (MIT) Copyright (c) 2016 Lars Jung (https://larsjung.de) Permission is hereby granted, free of charge, to any person obtaining a copy
 
12.5k

systemjs Universal dynamic module loader
 
2.9k

ded $script.js - Async JavaScript loader & dependency manager $script.js is an asynchronous JavaScript loader and dependency manager with an astonishingly impressive lightweight footprint. Like many other script loaders, $script.
 
8.3k

seajs A Module Loader for the Web Sea.js is a module loader for the web. It is designed to change the way that you organize JavaScript. With Sea.js, it is pleasure to build scalable web applications. The official site: http://seajs.or
 
14.4k

browserify browserify require('modules') in the browser 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
 
12.9k

requirejs RequireJS RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It impleme