yeoman bower grunt等安装

grunt-beginner前端自动化工具:http://www.imooc.com/learn/30

grunt的安装

官方站点:http://gruntjs.com/

安装指令:

sudo npm install -g grunt-cli

验证方面:grunt

yeoman  bower  grunt等安装

见到上图,就是grunt已经安装成功。

yeoman的安装

yeoman自动将最佳时间和工具整合进来,大大加速和方便了我们的后续的开发。

官方站点:http://yeoman.io/

安装指令:

sudo npm install -g yo

验证方法:yo -v

bower的安装

web站点组成是由框架、库、公共部分。而bower则是用来跟踪管理这些的。

官方站点:http://bower.io/

安装指令:

sudo npm install -g bower

验证方面:bower -v

如下图:yeoman  bower  grunt等安装

上一篇:SSDP协议的Android实现以及使用


下一篇:Android上通过gcc编译普通的C程序