Angular

1.安装cli:sudo npm install -g @angular/cli

2.查看cli版本:ng -v

3.建立项目:ng new name

原文地址:https://www.cnblogs.com/cuishien/p/8344035.html