# dumi2-react-template **Repository Path**: nljshoxbb/dumi2-react-template ## Basic Information - **Project Name**: dumi2-react-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # {{componentName}} {{description}} ## 安装 ```bash npm install {{componentName}} # or pnpm add {{componentName}} ``` ## 使用 ```tsx import { Example } from '{{componentName}}'; export default () => ; ``` ## 开发 ```bash # 安装依赖 pnpm install # 启动开发服务 pnpm dev # 构建组件 pnpm build # 构建文档 pnpm docs:build ``` ## License MIT