# component-library-docs **Repository Path**: lp343058360/component-library-docs ## Basic Information - **Project Name**: component-library-docs - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # peng-mui ## 快速开始 ### 安装组件库 ```bash npm install peng-mui ``` ### 引入组件库 ```javascript // 全局引入 import PengUi from "peng-mui"; Vue.use(PengUi); // 按需引入 import { Demo } from "peng-mui"; Vue.use(Demo); ```