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> ...
相关推荐
扮老虎的猪 2020-06-20
camillebower 2014-02-08
chenhua0 2014-07-17
SuschaBower 2014-07-05
octopusnju 2015-04-08
chenhua0 2015-05-28
扮老虎的猪 2015-10-18
chenhua0 2015-12-29
扮老虎的猪 2014-07-16
starleejay 2019-07-01
camillebower 2017-06-30
长井 2017-03-30
chenhua0 2016-12-16
camillebower 2016-05-12
chenhua0 2019-06-28
ladewang 2016-01-20
chenhua0 2015-12-29