# 系统参数配置模块 **Repository Path**: ruovea-component/config-module ## Basic Information - **Project Name**: 系统参数配置模块 - **Description**: 系统参数配置模块 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-22 - **Last Updated**: 2026-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @ruovea/config 系统参数配置模块,以 **pnpm 源码包** 形式提供给各宿主项目复用。 - **不打 dist、不发 npm**——exports 直指 `./src/*`,由宿主 Vite 编译 - **依赖注入解耦**——request / auth / i18n / 表格组件 / 字典组件 / 当前用户 由宿主装配时注入 - **零侵入**——包内不含 `/@/` 等宿主别名引用,可独立运行,不绑定特定宿主 详见 [packages/config/README.md](./packages/config/README.md)。 ## License MIT