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.
|
10 months ago | |
---|---|---|
config | 11 months ago | |
modules/auto | 11 months ago | |
routers/auto | 12 months ago | |
utils | 11 months ago | |
.gitignore | 12 months ago | |
README.md | 11 months ago | |
app.js | 11 months ago | |
build.js | 10 months ago | |
nodemon.json | 10 months ago | |
package-lock.json | 10 months ago | |
package.json | 10 months ago | |
pm2.json | 10 months ago |
README.md
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