1、安装angular/cli
npm install -g @angular/cli
2、创建项目
ng new hum
3、切换路径
cd hum
4、运行项目
ng serve --open
5、查看项目
http://localhost:4200/