[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

 

posted @ 2014-08-31 05:13  Zhentiw  阅读(166)  评论(0)    收藏  举报