# user_manage_front **Repository Path**: user_xuYiMing/user_manage_front ## Basic Information - **Project Name**: user_manage_front - **Description**: 基于 Ant Design Pro + Umi + React 创建的后台用户统一管理公共平台 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2024-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 Ant Design Pro + Umi + React 创建的后台用户统一管理公共平台 This project is initialized with [Ant Design Pro](https://pro.ant.design). Follow is the quick guide for how to use. ## Environment Prepare Node version: 18.18.0 UMI version: 3.5.0 React version: 17.0.0 Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ## Provided Scripts Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test. Scripts provided in `package.json`. It's safe to modify or add additional script: ### Start project ```bash npm run start ``` or ```bash npm run start:no-mock ``` ### Build project ```bash npm run build ``` ## 更多 ### 项目结构 config 项目配置文件 * 公共配置、路由配置、代理配置 mock 模拟数据 public 公共静态文件 src 源码 * components 组件 * constants 常量实例 * pages 页面 * plugin 全局请求响应拦截器 * services Ant Design Pro 接口类型统一管理 * access.ts 管理员权限判断 * app.tsx 入口页面文件 * global.less 全局样式文件