如何使用PM2流程启动/服务角度?

时间:2019-01-04 09:41:56

标签: angular npm pm2

我的package.json具有以下脚本-

"scripts": {
    "ng": "ng",
    "start": "ng serve --configuration=dev",
    "build": "ng build --prod --progress",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },

我已经上传了在服务器上创建的dist文件夹,并且其中有一个我要提供的index.html。只是想知道如何使用PM2来启动它。

0 个答案:

没有答案