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.
 
sunshine e09a96d836 上传文件至 '' 10 months ago
config node项目初始化-环境配置 11 months ago
modules/auto node 服务不稳定-1 11 months ago
routers/auto node项目初始化 12 months ago
utils 添加资源文件下载 11 months ago
.gitignore node项目初始化 12 months ago
README.md node 服务不稳定-1 11 months ago
app.js node 服务不稳定-1 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