node 服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
292 B

1: 安装pm2进程管理工具
npm install pm2@latest -g
pm2 install pm2-logrotate
2: 安装项目使用依赖
npm install
3: 启动方式
开发环境: npm run start:dev
测试环境: npm run start:test
预发环境: npm run start:stg
生产环境: npm run start:prod