码迷,mamicode.com
首页 > 其他好文 > 详细

yeoman bower grunt等安装

时间:2016-04-25 14:32:20      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

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

grunt的安装

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

安装指令:

sudo npm install -g grunt-cli

验证方面: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等安装

标签:

原文地址:http://www.cnblogs.com/wanliyuan/p/5430722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!