[Bower] How to user bower to manager package.
1. Want to use bower you need to have node npm and git.
2. Download node.js and git if you don't have.
3. Add nodejs and git & git cmd into the PATH.
http://blog.countableset.ch/2012/06/07/adding-git-to-windows-7-path/
4. Install bower:
npm install -g bower
5. Then can use command line to use bower.
-----------------------
Search:
bower search jquery
Install:
bower install angular
Create json file:
bower init