`
xiatianyu_22
  • 浏览: 4091 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

how to install and use bower

 
阅读更多

bower can install with node.js

npm install -g bower

to add a new package to your project, you should run bower command as below:

bower install <package>

also you are able to be very easy to find out which packages are installed using list command

bower list

you can update the installed package using 

bower update <package>

it is possible to remove multiple packages at once by listing the package names

bower uninstall <package> <package> ...

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics