# vue-shop-server **Repository Path**: caihongmin/vue-shop-server ## Basic Information - **Project Name**: vue-shop-server - **Description**: 发布电商后台管理系统到服务器上 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README web项目上线发布后 我们在node中使用pm2管理web应用 node安装: npm i pm2 -g 启动实例: pm2 start app.js --name demo