You need node
and npm
.
npm install
Running some of these commands might require ./node_modules/.bin to be in your
$PATH
.
npm ll
browserify -e app/js/index.js -o app/app.js
browserify -e app/js/index.js -o app/app.js -d
browserify -e app/js/index.js | uglifyjs > app/app.js
- Built in modules ported from node stdlib
- They just work if installed dependencies in package.json (if browser-compatible.) See also browserify search but I don't know how that list is made.
- Just download and use.
eye browserify -e app/js/index.js -o app/app.js -d
npm start