最近的文章列表

使用Yeoman,Grunt和Bower开发AngularJS(译)
  • 使用Yeoman产生AngularJS的主要骨架
  • 使用Grunt加速开发和帮助执行
  • 使用Bower来加入第三方插件和框架——third party plugins/frameworks
2014/5/30 Comments:
Bower : ENOGIT git is not installed or not in the PATH

当我在cmd窗口中用下边命令时:

C:\Camnpr> bower install jquery-ui#1.9.2

出现 Bower : ENOGIT git is not installed or not in the PATH错误,则需要配置你的Git到path,具体如下

2014/5/30 Comments: