vibe-coding-cn/i18n/zh/documents/实战案例/README.md

39 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🎬 实战案例
> 从 0 到 1 的完整 Vibe Coding 项目案例
---
## 案例列表
| 案例 | 难度 | 技术栈 | 耗时 | 状态 |
|:---|:---|:---|:---|:---|
| [Todo App](./01-todo-app.md) | ⭐ 入门 | HTML/CSS/JS | 30 分钟 | 待补充 |
| [个人博客](./02-blog.md) | ⭐⭐ 初级 | Next.js | 2 小时 | 待补充 |
| [AI 聊天机器人](./03-chatbot.md) | ⭐⭐ 初级 | Python/FastAPI | 1 小时 | 待补充 |
| [全栈 SaaS](./04-saas.md) | ⭐⭐⭐ 中级 | Next.js/Supabase | 1 天 | 待补充 |
| [Chrome 插件](./05-chrome-extension.md) | ⭐⭐ 初级 | JS/Chrome API | 2 小时 | 待补充 |
---
## 案例格式
每个案例包含:
1. **项目目标** - 一句话说明要做什么
2. **最终效果** - GIF/截图展示
3. **使用的提示词** - 完整可复制
4. **踩坑记录** - 遇到的问题和解决方案
5. **完整代码** - GitHub 链接或代码片段
---
## 贡献案例
欢迎提交你的 Vibe Coding 实战案例!
格式要求:
- 必须包含完整提示词
- 必须有效果展示GIF 优先)
- 记录踩坑经验