- Required
- Dependencies
- Installation
- Installing a new third-party library via NPM
- Installing a new third-party library via Bower
Install Gulp and Bower:
$ npm install -g gulp bower
Install all NPM and Bower dependencies:
$ npm install && bower install
$ npm install {--save|--save-dev} <package_name>
Learn more information about install options.
All third-party libraries for the client-side development are located in workspace/scripts/vendors
folder.
$ bower install {--save|--save-dev|--production|--force-latest} <package_name>
Learn more information about install options.
All third-party libraries for the client-side development are located in workspace/scripts/vendors
folder.
The .bowerrc file configures destination folder and etc.