# xq_front **Repository Path**: diyidilei/xq_front ## Basic Information - **Project Name**: xq_front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 相亲报名小程序前端 这是一个基于 Vue 3 + Vite 开发的相亲报名小程序前端项目。 ## 开发环境要求 - Node.js >= 16.0.0 - npm >= 8.0.0 - Git ## 推荐的开发工具 - [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (需要禁用 Vetur) ## 项目配置 查看 [Vite 配置参考](https://cn.vitejs.dev/config/). ## 项目设置 ### 安装依赖 ```sh npm install ``` ### 开发环境运行 ```sh npm run dev ``` ### 生产环境打包 ```sh npm run build ``` ### 单元测试 ```sh npm run test:unit ``` ### 端到端测试 开发环境测试: ```sh npm run test:e2e:dev ``` 生产环境测试: ```sh npm run build npm run test:e2e ``` ## 主要功能 - 用户注册和资料填写 - 用户资料展示 - 用户列表管理 - 照片上传 - 联系方式保护 ## 技术栈 - Vue 3 - Vite - Vant UI - Tailwind CSS - Vue Router - Axios - Pinia