Bower 需要 nodejs 與 git。
需先安裝:
Install bower
- $ sudo npm install bower -g
Install packages
- $ bower install jquery
如需指定版本
- bower install
#
ex: bower install jquery#1.11.1
uninstall packages
- bower uninstall jquery
如此就會將jquery下載到你下命令的路徑資料夾中的 ./bower_components/jquery
Note:在window環境中,需要將git安裝路徑加到環境變數 PATH中,
如果沒有加入在安裝套件時會出現
bower ENOGIT git is not installed or not in the PATH。
如果沒有加入在安裝套件時會出現
bower ENOGIT git is not installed or not in the PATH。
參考文件:
- bower.io
- http://bower.jsbin.cn/
- Day 1: Bower —— 管理你的客户端依赖关系
- bower解决js的依赖管理
- http://git-scm.com/book/zh-tw
沒有留言:
張貼留言