标签:pre 指令 install -- 管理 查看 https color blog
安装:
npm install bower -g (全局安装)
验证:
bower --version
指令( 以vue为例 ):
1. bower info vue 查看版本信息
2. bower install vue 安装vue (安装制定版本如1.0.28:bower install vue#1.0.28)
3. bower uninstall vuw 卸载vue
可参考网站:https://segmentfault.com/a/1190000002971135
标签:pre 指令 install -- 管理 查看 https color blog
原文地址:http://www.cnblogs.com/hcxy/p/7109680.html