bower学习总结

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bower学习总结相关的知识,希望对你有一定的参考价值。

1. 安装软件:node-v6.10.3-x64.msi 和 Git-2.13.0-64-bit.exe

      在安装git时,需要选择‘Run Git from the Windows Command Prompt’

2. 安装bower:  在git bash命令行下,npm install bower -g

3. 安装软件包:在git bash命令行下, 当前目录定为到项目下面,bower install lodash   (以lodash为例),指定版本:bower install#2.2.1

4. 卸载软件包:bower uninstall lodash

5. 更新软件包: 将当前项目的所有软件包更新到最新版本:bower update, 更新单独的软件包到最新版本:bower install lodash

6. 查看安装的软件包:bower list

7. 搜索软件包:bower search lodash, 如果要搜索的关键字不在软件包的名字里面,可以上网站搜索https://bower.io/search/

 

以上是关于bower学习总结的主要内容,如果未能解决你的问题,请参考以下文章

grunt学习三-bower

Python学习总结

2018年秋季学期《c语言程序设计》学习总结

学习总结SQL学习总结之认识SQL

9/22-9/28 java学习总结(课堂及课后学习总结) &实验总结3

10/13-10/19 java学习总结(没有课堂的课后学习总结) &实验总结6