1.路由懒加载 2.使用ng build --prod打包方式(–prod默认开启–aot,angular-cli会把用不到的包都删掉,而–aot参数是让angular-cli启动预编译) 3.正式环境部署时nginx或tomcat下开启gzip压缩