AccountSystem:账户系统

时间:2021-03-11 15:04:33
【文件属性】:
文件名称:AccountSystem:账户系统
文件大小:1.62MB
文件格式:ZIP
更新时间:2021-03-11 15:04:33
系统开源 AccountSystem一个小型库存管理系统 用户名:guest密码:123456 如何安装 1 .请确保安装的MongoDB并正确启动(mongodb的资料相关请移步) 2 .请确保全局安装PM2 npm install -g pm2 3 . Clone该项目到本地git clone https://github.com/yvanwangl/AccountSystem.git 4 .安装前端依赖包npm install 5 .安装后端依赖包cd service & npm install 6 .该项目采用前后端分离模式开发,如果要在开发模式运行则执行以下命令: *启动节点服务器开发服务npm run start:dev *启动前端dev服务器npm start 7 .如果以发布模式运行则执行以下命令: *前端资源打包npm run build *启动节点服务器部署服务npm run s

网友评论