# mat-design-mobile **Repository Path**: matgroup/mat-design-mobile ## Basic Information - **Project Name**: mat-design-mobile - **Description**: 用 dumi生成组件开发文档构建React组件库工程学习,带给你简单而愉悦的 Web 开发体验 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-09-16 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @mat/react-mobile ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father`, ```bash $ npm run build ```