创建项目
ng new angular_demo01 --skip-install
执行依赖
cnpm install
编译
ng serve --open
目录结构分析
原文:https://www.cnblogs.com/jianzhaojing/p/12621296.html