Skip to content
FullStack
Search
K
Main Navigation
Home
Frontend
Backend
Projects
Appearance
Menu
Return to top
On this page
UI System
这个模块放 Vue 项目中的 UI 系统接入。
内容边界:
Element Plus 等 UI 库集成。
主题变量。
暗色模式。
表单、弹窗、表格等高频业务 UI。
i18n。
组件库和业务项目之间的适配层。
单个组件的二次封装放在
02_components/
;这里关注整体 UI 系统。