|
Browserify was designed and built after Node.js' require().
The library allows for using just one single <script> tag to load all JS files needed on a page.
Here are some key features of "Browserify":
· Use npm modules in the browser
· require()s work browser-side just as they do in Node.js
· CoffeeScript works client-side
· Lots of Node.js built-ins
· Many compile methods
· Watch mode automatically recompiles the bundle when files change
· Debug mode for real line numbers
Requirements:
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Documented the export changes.
Via: Browserify 1.13.3
0 Comment:
Post a Comment