ng2 quickstart

1.下载

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

2.安装模块

npm install

3.启动

npm start

4.访问

http://localhost:3000/
原文地址:https://www.cnblogs.com/ivan0626/p/6668621.html