docs: update README with banner, other courses, and TOC
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
<img src="assets/easy-vibe-logo-hd.svg" alt="Easy-Vibe Logo" width="300">
|
||||
|
||||
<img src="assets/banner.png" alt="Easy-Vibe Banner" width="100%">
|
||||
|
||||
<p align="center" style="font-size: 1.2em; color: #666; margin: 20px 0;">
|
||||
Jump right in and vibe together — if you can talk, you can build apps.<br>
|
||||
<span style="font-size: 0.9em; color: #888;">直接上手,一起 vibe!会说话就会做应用。</span>
|
||||
@@ -111,6 +113,24 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Why Easy-Vibe](#why-easy-vibe)
|
||||
- [News](#-news)
|
||||
- [Who This Is For](#who-this-is-for)
|
||||
- [Your Learning Paths](#your-learning-paths)
|
||||
- [Study Suggestions](#study-suggestions)
|
||||
- [I. Beginner Entry](#i-beginner-entry)
|
||||
- [II. Junior and Mid-Level Developers](#ii-junior-and-mid-level-developers)
|
||||
- [III. Advanced Developers](#iii-advanced-developers)
|
||||
- [Appendix Knowledge Base](#-appendix-knowledge-base)
|
||||
- [How To Learn](#️-how-to-learn)
|
||||
- [Run Locally](#-run-locally)
|
||||
- [Other Courses](#other-courses)
|
||||
- [Contributing](#-contributing)
|
||||
- [Contributors](#-contributors)
|
||||
- [LICENSE](#-license)
|
||||
|
||||
## Why Easy-Vibe
|
||||
|
||||
Want an expense tracker? Say it.
|
||||
@@ -326,6 +346,11 @@ Easy-Vibe teaches you how to turn that into a real product.
|
||||
>
|
||||
> 👉 [View the full appendix](https://datawhalechina.github.io/easy-vibe/en/appendix/)
|
||||
|
||||
### 🎓 Other Courses
|
||||
|
||||
- [Hands-on Modern RL](#other-courses)
|
||||
- [Learn Harness Engineering](#other-courses)
|
||||
|
||||
## 🛠️ How To Learn
|
||||
|
||||
- Read and practice the sections that match your current level. If you get stuck, feel free to open an issue.
|
||||
@@ -346,6 +371,18 @@ Please help me run this project locally.
|
||||
2. `npm run dev`
|
||||
3. Open `http://localhost:3000` in your browser.
|
||||
|
||||
## Other Courses
|
||||
|
||||
Our team has also created other courses! Check them out:
|
||||
|
||||
[](https://github.com/walkinglabs/hands-on-modern-rl)
|
||||
|
||||
**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems.
|
||||
|
||||
[](https://github.com/walkinglabs/learn-harness-engineering/tree/main)
|
||||
|
||||
**Learn Harness Engineering**: A comprehensive guide to harness engineering.
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
- If you find an issue or see something that can be improved, feel free to open an issue. If nobody replies, you can also contact the [Datawhale support team](https://github.com/datawhalechina/DOPMC/blob/main/OP.md).
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -3,6 +3,8 @@
|
||||
|
||||
<img src="../../assets/easy-vibe-logo-hd.svg" alt="Easy-Vibe Logo" width="300">
|
||||
|
||||
<img src="../../assets/banner.png" alt="Easy-Vibe Banner" width="100%">
|
||||
|
||||
<p align="center" style="font-size: 1.2em; color: #666; margin: 20px 0;">
|
||||
Jump right in and vibe together — if you can talk, you can build apps.<br>
|
||||
<span style="font-size: 0.9em; color: #888;">直接上手,一起 vibe!会说话就会做应用。</span>
|
||||
@@ -111,6 +113,24 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Why Easy-Vibe](#why-easy-vibe)
|
||||
- [News](#-news)
|
||||
- [Who This Is For](#who-this-is-for)
|
||||
- [Your Learning Paths](#your-learning-paths)
|
||||
- [Study Suggestions](#study-suggestions)
|
||||
- [I. Beginner Entry](#i-beginner-entry)
|
||||
- [II. Junior and Mid-Level Developers](#ii-junior-and-mid-level-developers)
|
||||
- [III. Advanced Developers](#iii-advanced-developers)
|
||||
- [Appendix Knowledge Base](#-appendix-knowledge-base)
|
||||
- [How To Learn](#️-how-to-learn)
|
||||
- [Run Locally](#-run-locally)
|
||||
- [Other Courses](#other-courses)
|
||||
- [Contributing](#-contributing)
|
||||
- [Contributors](#-contributors)
|
||||
- [LICENSE](#-license)
|
||||
|
||||
## Why Easy-Vibe
|
||||
|
||||
Want an expense tracker? Say it.
|
||||
@@ -309,6 +329,11 @@ Easy-Vibe teaches you how to turn that into a real product.
|
||||
>
|
||||
> 👉 [View the full appendix](https://datawhalechina.github.io/easy-vibe/en/appendix/)
|
||||
|
||||
### 🎓 Other Courses
|
||||
|
||||
- [Hands-on Modern RL](#other-courses)
|
||||
- [Learn Harness Engineering](#other-courses)
|
||||
|
||||
## 🛠️ How To Learn
|
||||
|
||||
- Read and practice the sections that match your current level. If you get stuck, feel free to open an issue.
|
||||
@@ -329,6 +354,18 @@ Please help me run this project locally.
|
||||
2. `npm run dev`
|
||||
3. Open `http://localhost:3000` in your browser.
|
||||
|
||||
## Other Courses
|
||||
|
||||
Our team has also created other courses! Check them out:
|
||||
|
||||
[](https://github.com/walkinglabs/hands-on-modern-rl)
|
||||
|
||||
**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems.
|
||||
|
||||
[](https://github.com/walkinglabs/learn-harness-engineering/tree/main)
|
||||
|
||||
**Learn Harness Engineering**: A comprehensive guide to harness engineering.
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
- If you find an issue or see something that can be improved, feel free to open an issue. If nobody replies, you can also contact the [Datawhale support team](https://github.com/datawhalechina/DOPMC/blob/main/OP.md).
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
<img src="../../assets/easy-vibe-logo-hd.svg" alt="Easy-Vibe Logo" width="300">
|
||||
|
||||
<img src="../../assets/banner.png" alt="Easy-Vibe Banner" width="100%">
|
||||
|
||||
<p align="center" style="font-size: 1.2em; color: #666; margin: 20px 0;">
|
||||
直接上手,一起 vibe!会说话就会做应用。<br>
|
||||
<span style="font-size: 0.9em; color: #888;">Jump right in and vibe together — if you can talk, you can build apps.</span>
|
||||
@@ -111,6 +113,24 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## 目录 / Table of Contents
|
||||
|
||||
- [为什么需要 Easy-Vibe](#为什么需要-easy-vibe)
|
||||
- [News](#-news)
|
||||
- [适合谁](#适合谁)
|
||||
- [你的学习路径](#你的学习路径)
|
||||
- [学习建议](#学习建议)
|
||||
- [一、零基础入门](#一零基础入门)
|
||||
- [二、初中级开发工程师](#二初中级开发工程师)
|
||||
- [三、高级开发工程师](#三高级开发工程师)
|
||||
- [附录知识库](#-附录知识库)
|
||||
- [如何学习](#️-如何学习)
|
||||
- [本地启动本课件](#-本地启动本课件)
|
||||
- [其他课程 / Other Courses](#-其他课程--other-courses)
|
||||
- [参与贡献](#-参与贡献)
|
||||
- [感谢每位贡献者](#-感谢每位贡献者)
|
||||
- [LICENSE](#-license)
|
||||
|
||||
## 为什么需要 Easy-Vibe
|
||||
|
||||
想做个记账小程序?说出来。
|
||||
@@ -309,6 +329,11 @@ Easy-Vibe 教你的,就是怎样把它一步步做成真正的产品。
|
||||
>
|
||||
> 👉 [查看完整附录](https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/) · [AI 能力词典](https://datawhalechina.github.io/easy-vibe/zh-cn/appendix/8-artificial-intelligence/ai-capability-dictionary)
|
||||
|
||||
### 🎓 其他课程 / Other Courses
|
||||
|
||||
- [Hands-on Modern RL](#other-courses)
|
||||
- [Learn Harness Engineering](#other-courses)
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" width="33%">
|
||||
@@ -417,6 +442,18 @@ Easy-Vibe 教你的,就是怎样把它一步步做成真正的产品。
|
||||
2. npm run dev
|
||||
3. 打开浏览器访问 `http://localhost:3000` 即可查看。
|
||||
|
||||
## Other Courses
|
||||
|
||||
Our team has also created other courses! Check them out:
|
||||
|
||||
[](https://github.com/walkinglabs/hands-on-modern-rl)
|
||||
|
||||
**Hands-on Modern RL**: An open-source, hands-on curriculum bridging the gap from basic RL concepts to LLM alignment, RLVR, and advanced Agentic systems.
|
||||
|
||||
[](https://github.com/walkinglabs/learn-harness-engineering/tree/main)
|
||||
|
||||
**Learn Harness Engineering**: A comprehensive guide to harness engineering.
|
||||
|
||||
## 🤝 参与贡献
|
||||
|
||||
- 如果你发现了一些问题,或者觉得任何可以改进本项目的地方,可以提 Issue 进行反馈。如果提完没有人回复你可以联系[保姆团队](https://github.com/datawhalechina/DOPMC/blob/main/OP.md)的同学进行反馈跟进~
|
||||
|
||||
Reference in New Issue
Block a user