npm install 报错 bower ENOGIT git is not installed or not in the PATH 的问题终于搞定。 在angular-phonecat文件夹打开nodejs cmd.exe,运行npm install,就报错的问题,终于被我搞定了,期间查阅...
分类:
其他好文 时间:
2014-10-29 01:44:55
阅读次数:
177
我们现在开始准备编写AngularJS应用——phonecat。这一步骤(步骤0),您将会熟悉重要的源代码文件,学习启动包含AngularJS种子项目的开发环境,并在浏览器端运行应用。进入angular-phonecat目录,运行如下命令:git checkout -f step-0该命令将重置ph...
分类:
Web程序 时间:
2014-07-22 22:48:33
阅读次数:
280
我们现在开始准备编写AngularJS应用——phonecat。这一步骤(步骤0),您将会熟悉重要的源代码文件,学习启动包含AngularJS种子项目的开发环境,并在浏览器端运行应用。进入angular-phonecat目录,运行如下命令:git checkout -f step-0该命令将重置ph...
分类:
Web程序 时间:
2014-07-01 18:00:09
阅读次数:
367
1.切换目录git checkout step-12npm
start2.效果图这里在点击右边的缩略图时,会有一个很明显的从下向上的动画过程.3.代码实现:step11和step12之间的代码差异:https://github.com/angular/angular-phonecat/compare...
分类:
移动开发 时间:
2014-05-19 23:43:00
阅读次数:
695
1.切换分支amosli@amosli-pc:~/develop/angular-phonecat$ git checkout step-8
#切换分支amosli@amosli-pc:~/develop/angular-phonecat$ npm start #启动项目2.需求:将step 7
中...
分类:
Web程序 时间:
2014-05-13 10:27:48
阅读次数:
452
接下来一系列的文章都是学习https://docs.angularjs.org/tutorial的笔记,主要学习的angular-phonecat项目的实现,来介绍angularjs的使用.1.下载angular-phonecat使用git
clone phonecat:git clone --de...
分类:
Web程序 时间:
2014-05-06 11:01:16
阅读次数:
548