https://github.com/ryanuo/whattoeat
今天吃什么?的决策工具,帮助你快速选择合适的菜谱。
https://github.com/ryanuo/whattoeat
Last synced: 3 months ago
JSON representation
今天吃什么?的决策工具,帮助你快速选择合适的菜谱。
- Host: GitHub
- URL: https://github.com/ryanuo/whattoeat
- Owner: ryanuo
- License: mit
- Created: 2025-10-08T06:47:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-10T03:12:47.000Z (6 months ago)
- Last Synced: 2025-11-10T05:26:28.692Z (6 months ago)
- Language: Vue
- Homepage: https://eat.ryanuo.cc
- Size: 5.34 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# whatToEat
> 今天吃什么?的决策工具,帮助你快速选择合适的菜谱。

## 项目介绍
whatToEat 是一个基于 Nuxt 构建的应用,旨在解决日常饮食选择的困扰。通过提供丰富的菜谱数据,帮助用户随机选择或筛选适合的菜品,轻松解决"今天吃什么"的难题。
## 快速开始
### 在线体验
直接访问 [体验](https://eat.ryanuo.cc/)
### 本地运行
1. 克隆仓库
```bash
git clone https://github.com/ryanuo/whatToEat.git
cd whatToEat
```
2. 安装依赖
```bash
pnpm install
```
3. 启动开发服务器
```bash
pnpm dev
```
4. 在浏览器中访问 `http://localhost:3000`
## 构建部署
### 构建生产版本
```bash
pnpm build
```
### 预览构建结果
```bash
pnpm preview
```
### 部署选项
[](https://app.netlify.com/start/deploy?repository=https://github.com/ryanuo/whatToEat)
[](https://vercel.com/new/clone?repository-url=https://github.com/ryanuo/whatToEat)
## 数据来源
菜谱数据来源于远程 JSON 接口,通过 `server/api/recipes.ts` 进行获取和处理。
## 参考
- [菜谱](https://github.com/Anduin2017/HowToCook)
- [mcp-cook](https://github.com/worryzyy/HowToCook-mcp)
## 许可证
本项目基于 [MIT 许可证](LICENSE) 开源。