Go to file
2026-05-18 10:31:37 +08:00
bin Initial commit 2026-05-18 09:14:00 +08:00
html Initial commit 2026-05-18 09:14:00 +08:00
public Initial commit 2026-05-18 09:14:00 +08:00
src style: 更改按钮样式 2026-05-18 10:31:37 +08:00
vite/plugins Initial commit 2026-05-18 09:14:00 +08:00
.editorconfig Initial commit 2026-05-18 09:14:00 +08:00
.env.development Initial commit 2026-05-18 09:14:00 +08:00
.env.production Initial commit 2026-05-18 09:14:00 +08:00
.gitignore Initial commit 2026-05-18 09:14:00 +08:00
index.html Initial commit 2026-05-18 09:14:00 +08:00
LICENSE Initial commit 2026-05-18 09:14:00 +08:00
package.json Initial commit 2026-05-18 09:14:00 +08:00
pnpm-lock.yaml Initial commit 2026-05-18 09:14:00 +08:00
README.md Initial commit 2026-05-18 09:14:00 +08:00
vite.config.js Initial commit 2026-05-18 09:14:00 +08:00

平台简介

在线体验

不同分支介绍

lite jdk17+vue3支持多仓库没有库区概念操作简单覆盖大部分库存应用场景。

advance jdk17+vue3支持多仓库、多库区记录生产日期、过期日期、sn可适配一物一码操作相对复杂。

v1 jdk8+vue2

master 同步lite分支

后端项目地址

gitee地址

https://gitee.com/zccbbg/ruoyi-wms

github地址

https://github.com/zccbbg/ruoyi-wms

前端运行

# 进入项目目录
cd ruoyi-wms-vue

# 安装依赖
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80