# react-material **Repository Path**: MrXuxu/react-material ## Basic Information - **Project Name**: react-material - **Description**: react 物料平台 - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-material 物料库 ## 简介 react 物料库 :提供 组件,区块,页面,方法等公共模块的共享 > 啥是物料:https://arco.design/docs/material/guide 基础组件:基于 [arco-design](https://arco.design/) ## 快速开始 ``` // 初始化项目 npm install // 开发模式 npm run dev // 构建 npm run build ``` ## 如何提供代码 1. 基于 master 分支创建功能分支,比如需要添加一个上传功能,新建分支 feature/upload 2. 推送分支,在码云提交 pr 3. 管理员审核pr,合并至 master 分支 ## 如何开发 1. 创建新的 page,将需要开发的功能至该page下,page名过长时使用-连接 2. 添加 route:在routes目录中往 routes中添加对应目录