|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
16844 |
efrain |
1 |
# Browserify example
|
|
|
2 |
|
|
|
3 |
Two steps need to be done for this to work
|
|
|
4 |
|
|
|
5 |
In the project root
|
|
|
6 |
|
|
|
7 |
npm install
|
|
|
8 |
|
|
|
9 |
In this folder
|
|
|
10 |
|
|
|
11 |
../../node_modules/.bin/browserify main.js -o bundle.js
|