【发布时间】:2017-05-03 03:34:49
【问题描述】:
我的 json 包中有以下内容,负责构建和运行 Angular 2 应用程序。我可以知道目标中每个标志的含义吗?这用于在 IBM Bluemix 中部署 Angular 2 应用程序
"build": "rimraf dist && webpack --progress --profile --bail",
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" "
【问题讨论】:
标签: angularjs node.js ibm-cloud node-modules