# user_center_frontend **Repository Path**: colablack/user_center_frontend ## Basic Information - **Project Name**: user_center_frontend - **Description**: 用户中心前端项目 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-27 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 用户中心前端项目 ## 项目介绍 基于ant design pro的用户中心前端项目(前后端分离,本人提供了一个适配的后端项目) ## 环境搭建 - 克隆仓库或下载代码 - 安装依赖 ```bash npm install ``` 或 ```bash yarn ``` 或使用其他node包管理器如pnpm,cnpm等。 如遇下载缓慢可以使用国内镜像源安装依赖。 ### 项目dev启动 ```bash npm start ``` ### 项目打包 ```bash npm run build ``` ### 格式化代码 ```bash npm run lint ``` 如遇问题可以使用 ```bash npm run lint:fix ```