1、安装cli脚手架
$npm install -g @angular/cli
2、创建工程
$ng new helloword
3、运行工程
$ng serve
创建组件
一般在src/app目录下创建
$ng generate component comp1