vue3 + typescript + element plus 后台管理系统
演示地址:http://101.43.32.67:8081
gitee 地址:https://gitee.com/huanglgln/vue-sys-manage-el
vue3 + typescript + view ui 版本:https://github.com/huang-long/vue-sys-manage
vue3 + typescript + ant design vue ui 版本:https://github.com/huang-long/vue-sys-manage-adv
系统首页
表格相关:(基础表格、虚拟化表格、复杂表格)
tab选项卡
表单相关:基本表单(富文本编辑器、表单构建、文件上传下载(文件上传、文件下载、文件预览、打印))
消息弹窗
自定义图标
图像图形(echarts图表、流程图、工作流、关系图、视屏处理)
国际化功能
环境变量
安全处理(权限测试、权限测试、404 页面、唤醒 exe)
npm install
or (pnpm install)
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint