Tutorial by Examples

To automatically install bower and its components, one must Specify the bower dependency in package.json: "dependencies": { "bower": "^1.7.9" } Use scripts to execute a postinstall command "scripts": { "postinstall": "./...

Page 1 of 1