You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Heng Chen 9b57924580
code_&_ReadMe
8 months ago
..
Youco code_&_ReadMe 8 months ago
ReadMe.txt code_&_ReadMe 8 months ago

ReadMe.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## YouCo - 旅行交友新方式
YouCo是一个创新的旅行社交平台致力于为用户提供独特的旅行交友体验。通过我们的平台用户可以找到志同道合的旅伴分享旅行故事规划旅程预算探索世界各地的美景。

## 主要功能
- 盲盒交友:随机匹配旅行伴侣
- 预算规划:智能旅行费用规划工具
- 社区互动:分享旅行故事和照片
- 个人信息:查看和编辑个人信息

## 技术栈
- Vue.js 2.6.14
- Vue Router 3.6.5
- Material Design Icons
- Core.js 3.8.3

## 开始使用
(1) 克隆项目
git clone https://github.com/Marcus4477/Final_Edition.git
cd youco
(2) 安装依赖
npm install
(3) 运行开发服务器
npm run serve

## 项目结构
- /src
  - /assets - 静态资源文件
  - /components - Vue组件
  - /data - 数据文件
  - /router - 路由配置
  - App.vue - 根组件
  - main.js - 入口文件

## 浏览器支持
- Chrome (最新版本)
- Firefox (最新版本)
- Safari (最新版本)
- Edge (最新版本)

## 贡献指南
1. Fork 项目
2. 创建特性分支 (`git checkout -b feature/AmazingFeature`)
3. 提交更改 (`git commit -m 'Add some AmazingFeature'`)
4. 推送到分支 (`git push origin feature/AmazingFeature`)
5. 开启 Pull Request