下载
Bower 需要 Node, npm, Git 的支持
1 | $ npm install -g bower |
macOS
1 | $ brew install bower |
用法
下载包
1 | # installs the project dependencies listed in bower.json |
搜索
1 | $ bower search jquery |
保存包
1 | $ bower init |
使用
1 | <script src="bower_components/jquery/dist/jquery.min.js"></script> |
卸载
1 | $ bower uninstall |