100 lines
3.8 KiB
Markdown
100 lines
3.8 KiB
Markdown
|
|
---
|
||
|
|
layout: home
|
||
|
|
hero:
|
||
|
|
name: 'Easy-Vibe'
|
||
|
|
text: 'Vibe Coding을 처음부터 체계적으로 학습'
|
||
|
|
tagline:
|
||
|
|
- 제품, 디자인, 풀스택 개발을 결합한 슈퍼 개인이 되세요.
|
||
|
|
- 아이디어에서 프로토타입으로, 프로토타입에서 제품으로, 모든 결과물을 실제 제품으로 전환하세요.
|
||
|
|
- AI를 파트너로 만드세요: 더 빠르게, 더 안정적으로, 더 창의적으로.
|
||
|
|
- 체계적인 학습 경로로 개인의 기술과 제품의 보호막을 구축하세요.
|
||
|
|
actions:
|
||
|
|
- theme: brand
|
||
|
|
text: 학습 시작
|
||
|
|
link: /stage-0/0.1-learning-map/
|
||
|
|
- theme: alt
|
||
|
|
text: ⭐️ GitHub Star
|
||
|
|
link: https://github.com/datawhalechina/easy-vibe
|
||
|
|
features:
|
||
|
|
- title: 초보자 친화적
|
||
|
|
details: 비기술 배경을 위해 설계되었습니다. "말할 수 있다면 코딩할 수 있습니다"로 시작하여 스네이크 게임 등을 통해 빠르게 시작하고 기술적 두려움을 극복하세요.
|
||
|
|
- title: 점진적 실무 경로
|
||
|
|
details: 독특한 "3단계" 학습 방법론. AI 제품 매니저 사고방식에서 풀스택 개발 구현까지, 복잡한 애플리케이션 구축까지 단계별로.
|
||
|
|
- title: Vibe Coding 새로운 패러다임
|
||
|
|
details: AI 시대 프로그래밍의 핵심을 마스터하세요. AI와 페어 프로그래밍하는 법을 배우고 IDE를 가장 강력한 파트너로 만드세요.
|
||
|
|
- title: 실제 프로젝트 주도
|
||
|
|
details: 장난감 코드는 없습니다. 직접 웹 프로토타입, 풀스택 애플리케이션, 위챗 미니 프로그램을 구축하고 모든 아이디어를 실제 제품으로 실현하세요.
|
||
|
|
---
|
||
|
|
|
||
|
|
<div align="center" style="margin-top: 60px; margin-bottom: 60px;">
|
||
|
|
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 40px; border-radius: 20px; max-width: 700px;">
|
||
|
|
<h2 style="color: white; border: none; font-size: 2rem; font-weight: 700; margin-bottom: 20px;">🚧 한국어 번역 진행 중</h2>
|
||
|
|
<p style="color: white; font-size: 1.2rem; line-height: 1.8; margin: 0;">
|
||
|
|
전체 Easy-Vibe 튜토리얼을 한국어로 번역하는 작업이 진행 중입니다.<br>
|
||
|
|
완전한 버전을 기다려주세요!<br><br>
|
||
|
|
그 전에는<a href="../zh-cn/" style="color: #fbbf24; text-decoration: underline; font-weight: bold;">중국어 간체판</a> 또는 <a href="../en-us/" style="color: #fbbf24; text-decoration: underline; font-weight: bold;">영문판</a>을 먼저 방문하실 수 있습니다.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
.VPHomeHero .text {
|
||
|
|
font-size: 1.8rem;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<div class="footer-cta">
|
||
|
|
<p class="love-text">Made with ❤️ by Open Source Contributors</p>
|
||
|
|
<h3 class="support-title">도움이 되셨나요?</h3>
|
||
|
|
<p class="support-text">Star는 저희가 계속 업데이트할 수 있는 동기가 됩니다 🚀</p>
|
||
|
|
<div class="github-badge">
|
||
|
|
<a href="https://github.com/datawhalechina/easy-vibe" target="_blank" rel="noopener noreferrer">
|
||
|
|
<img src="https://img.shields.io/github/stars/datawhalechina/easy-vibe?style=social&label=Star on GitHub" alt="GitHub stars"/>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
.footer-cta {
|
||
|
|
margin-top: 100px;
|
||
|
|
padding: 40px 24px;
|
||
|
|
text-align: center;
|
||
|
|
background: var(--vp-c-bg-soft);
|
||
|
|
border-radius: 24px;
|
||
|
|
max-width: 600px;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.love-text {
|
||
|
|
color: var(--vp-c-text-3);
|
||
|
|
font-size: 0.875rem;
|
||
|
|
margin-bottom: 24px;
|
||
|
|
font-family: var(--vp-font-family-mono);
|
||
|
|
}
|
||
|
|
|
||
|
|
.support-title {
|
||
|
|
font-size: 1.5rem;
|
||
|
|
font-weight: 700;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
color: var(--vp-c-text-1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.support-text {
|
||
|
|
font-size: 1.1rem;
|
||
|
|
color: var(--vp-c-text-2);
|
||
|
|
margin-bottom: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.github-badge {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.github-badge img {
|
||
|
|
height: 32px;
|
||
|
|
}
|
||
|
|
</style>
|