angular开发环境配置

1.安装node.js
2.执行npm install @angular/cli -g,下载相关包
3.启动项目 ng serve
4.打包项目 ng build --prod --aot

原文地址:https://www.cnblogs.com/shuideqing/p/8807914.html