# frontend-dormitory-allocation **Repository Path**: li_kaikai/frontend-dormitory-allocation ## Basic Information - **Project Name**: frontend-dormitory-allocation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 和谐宿舍分配系统 该项目是一个宿舍分配系统,包括前端和后端两部分。后端使用 Flask 提供 API,前端使用 Vite 和 React 构建。系统支持上传学生信息文件,自动分配宿舍,并支持下载学生信息模板。 ## 安装与使用 ### 1. 克隆项目 ```bash git clone git@gitee.com/li_kaikai/frontend-dormitory-allocation.git cd frontend-dormitory-allocation ### 启动 npm run dev # 或者使用 yarn yarn dev ``` ### 项目结构 ```. ├── frontend │ ├── src │ │ ├── components # React 组件 │ │ ├── App.jsx # 主应用组件 │ │ └── main.jsx # React 入口文件 │ ├── public # 公共文件 │ ├── package.json # 前端依赖 │ └── vite.config.js # Vite 配置 └── README.md # 项目说明文件