# wu-ui **Repository Path**: luweiss/wu-ui ## Basic Information - **Project Name**: wu-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-25 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wu-ui Uni-App(Vue)平台的UI组件库。 UI component library for Uni-App(Vue) platform. ### 1.安装(Install) ```shell npm install wu-ui-uni ``` ### 2.配置src/pages.json(Configuration) ```json { "easycom": { "autoscan": true, "custom": { "^wu-(.*)": "wu-ui-uni/src/components/wu-$1/wu-$1.vue" } } } ``` ### 3.使用(Usage) ```vue test ``` # 更详细的文档 [详细的组件文档](docs/index.md)