YY968XX 81ee237cc4 feat(s8): add rule configuration UI hace 4 semanas
..
.vscode 8d2967dea0 chore: 添加 vscode 工作区推荐插件 hace 2 años
api_build c62c03c96d chore: checkpoint backup 2026-04-06 — version 2.4.35 / 1.0.2, rules, smart_ops docs, sync tracked tree hace 1 mes
lang 64856aa42b 😎1、更换新的swaggerUI访问地址sapi 2、升级依赖 hace 3 meses
public fef67b9a12 feat: approval flow engine + center + BizType + integration doc (Web 2.4.49 / API 1.0.13) hace 1 mes
scripts 4589201199 Remove legacy-demo after migration to plugin and Web. hace 1 mes
src 81ee237cc4 feat(s8): add rule configuration UI hace 4 semanas
tests 42a563bc44 test(e2e): fail fast when dev services are unavailable hace 1 mes
.env 5272b0b84b deepseek 配置独立保存不推送 hace 9 meses
.env.development f182154b38 feat(aidop): smart ops hace 1 mes
.env.production f182154b38 feat(aidop): smart ops hace 1 mes
.gitignore d8cb07e0c6 test(s0): A2 DELETE 引用检查 E2E 回归脚本 hace 1 mes
.prettierrc.cjs 551ce314f2 😎代码整理 hace 1 año
CHANGELOG.md 28ac6bbe17 😉升级同步前端仓库版本 v2.4.33 hace 3 años
LICENSE f5b812fea4 1、调整目录结构 2、去掉vben前端目录 hace 3 años
README.md 980136baef 合并 hace 2 años
eslint.config.mjs 336a2a2e97 eslint忽略以 _ 开头的未使用变量警告 hace 8 meses
index.html e61f733712 😎代码整理及其他优化(建议赶紧升级到此版本) hace 2 años
package.json e88adafc7f feat(aidop): add S3 delivery schedule and fix CS0854 update action hace 4 semanas
playwright.config.ts d8cb07e0c6 test(s0): A2 DELETE 引用检查 E2E 回归脚本 hace 1 mes
pnpm-workspace.yaml 278cabfa0a 修复前端项目pnpm i 报错packages field missing or empty hace 10 meses
tsconfig.json 48297c5230 S8前后端骨架&异常面板 hace 1 mes
vite.config.ts ed984b45cc fix(vite): build 不再覆写 public/config.js,改为直接写入 dist/config.js hace 1 mes
vitest.config.ts db93958d60 B3前后端开发&单元测试 hace 1 mes

README.md

🌈 介绍

基于 vue3.x + CompositionAPI setup 语法糖 + typescript + vite + element plus + vue-router-next + pinia 技术,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。

⛱️ 线上预览

💒 代码仓库

🚧 安装 cnpm、yarn

  • 复制代码(桌面 cmd 运行) npm install -g pnpm --registry=https://registry.npmmirror.com

🏭 环境支持

Edge Firefox Chrome Safari
Edge ≥ 88 Firefox ≥ 78 Chrome ≥ 87 Safari ≥ 13

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

⚡ 使用说明

建议使用 pnpm,因为 yarn 有时会报错。node 版本 > 14.18+/16+

Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ / 16+ 版本。

# 安装依赖
pnpm install

# 运行项目
pnpm run dev

# 打包发布
pnpm run build

📚 开发文档