# user_center_front **Repository Path**: lihuibear/user_center_front ## Basic Information - **Project Name**: user_center_front - **Description**: 用户中心项目是基于Spring Boot、MyBatis等技术栈构建的用户管理系统,提供用户管理、权限控制和数据库操作功能。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: front - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: React ## README # 前端用户中心项目 该项目基于 [Ant Design Pro](https://pro.ant.design) 初始化,旨在提供一个用户中心管理界面。以下是快速使用指南。 ## 🚀 环境准备 ### 安装 `node_modules` ```bash npm install ``` ### 启动项目 ```bash npm start ``` ### 构建项目 ```bash npm run build ``` ### 检查代码风格 ```bash npm run lint ```