Angular JS 和 node.js
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angular JS 和 node.js相关的知识,希望对你有一定的参考价值。
首先安装node.js 。网址:https://nodejs.org/en/
然后从GitHub上拉取angular-phonecat代码 。网址:https://github.com/angular/angular-phonecat
参考教程:http://www.angularjs.cn/A003
https://docs.angularjs.org/tutorial [这个网址可能需要FQ才能看到!]
******************************************************************************************************************************************************************************************************************************
上诉东西安装好后,我们进行下面的步骤:
我们要通过运行下载工具依赖关系:命令为 npm install (在目录angular-phonecat 下按下shift键然后点击右键打开cmd 命令行窗口)
(如果下载的速度比较慢的话可以使用淘宝镜像下载速度回快些:网址:https://npm.taobao.org/ 命令为:
npm install -g cnpm --registry=https://registry.npm.taobao.org
)
该项目预先配置了许多npm帮助程序脚本,以便轻松运行开发时所需的常见任务:
npm start
:启动本地开发Web服务器。npm test
:启动Karma单元测试运行器。npm run protractor
:运行量角器端到端(E2E)测试。npm run update-webdriver
:安装量角器所需的驱动程序。
本人在输入npm install 命令后好多次都没反应,我建议不要气馁,多试几次就会好的,可能是网络问题。
安装好后就可以根据:网址:https://docs.angularjs.org/tutorial 和http://www.angularjs.cn/A00e 进行你的每步操作。
以上是关于Angular JS 和 node.js的主要内容,如果未能解决你的问题,请参考以下文章
使用 Angular.js 和 Node.js 构建实时应用程序的更好方法是啥?
Node.js、angular.js 和 MongoDB 入门、建模关系和其他提升技巧 [关闭]
Angular.js 的 Node.js CORS 会话 cookie