1. 全局安装angular
sudo cnpm install -g @angular/cli
2.创建新项目demo
sudo ng new demo
如果无法安装依赖,用ctrl+c停止,然后cnpm install 安装依赖
3.npm start 启动项目
localhost:4200