- 本仓库为前端技术栈 Vue3 + Element Plus + Vite 版本。
- 最新版V2演示地址:http://kucun.ichengle.top
- 旧版V1演示地址:http://wms.ichengle.top
https://gitee.com/zccbbg/ruoyi-wms-service
https://github.com/zccbbg/ruoyi-wms-service
# 进入项目目录
cd ruoyi-wms-vue
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 启动服务
npm run dev
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80