AngularJS--begining

来源:互联网 发布:炉石传说激活码淘宝买 编辑:程序博客网 时间:2024/05/22 17:43

Node.js

node -v

Testacular Karma

npm install -g testacular

Git

git clone git://github.com/angular/angular-phonecat.git

Start

cd angular-phonecat
node scripts/web-server.js
http://localhost:8000/app/index.html

Create App

git clone https://github.com/angular/angular-seed.git

git clone –depth=1 https://github.com/angular/angular-seed.git

0 0