摘要: 这是一些有用的 Angular 5 CLI 命令参数,注意参数前面的-和--的不同... 1. 指定build的输出为production version,合并优化css and js files。 ng build -prod 2. 监视文件变化,执行build。 ng build --watch 阅读全文
posted @ 2017-12-07 10:38 Pekkle 阅读(473) 评论(0) 推荐(0)