Browser-require.js brings "require" to the browser (just like node)

https://github.com/marcuswestin/browser-require
by marcuswestin • 15 years ago
17 16 15 years ago

Browser-require lets you write javascript using "require", "exports" and "module" in the browser, just as you would in node. It helps you with your dependency management, and provides a compiler to condense all your required modules into a single file for production.

Related Stories

Loading related stories...

Source preview

github.com