Bower
How to install
npm install -g bowerCommand
# installs the project dependencies listed in bower.json
bower install
# registered package
bower install jquery
# GitHub shorthand
bower install desandro/masonry
# Git endpoint
bower install git://github.com/user/package.git
# URL
bower install http://example.com/script.js使用npm的registry bower-npm-reolver
Install
Configuration and usage
Last updated