随笔分类 -  node&js&css

node 后台运行程序pm2
摘要:1、 pm2需要全局安装 npm install -g pm2 2、进入项目根目录 2.1 启动进程/应用 pm2 start bin/www 或 pm2 start app.js 2.2 重命名进程/应用 pm2 start app.js --name wb123 2.3 添加进程/应用 watc 阅读全文

posted @ 2021-03-01 17:12 WillingCPP 阅读(245) 评论(0) 推荐(0)

导航