@@ -13,18 +13,16 @@ onMounted(async () => {
1313<template >
1414 <section id =" hero" >
1515 <h1 class =" tagline" >
16- The
17- <span class =" accent" >Progressive</span >
18- <br />JavaScript Framework
16+ <span class =" accent" >프로그레시브</span >
17+ <br />자바스크립트 프레임워크
1918 </h1 >
2019 <p class =" description" >
21- An approachable, performant and versatile framework for building web
22- user interfaces.
20+ 웹 사용자 인터페이스를 만들기 위한 쉽고 강력하며 다재다능한 프레임워크
2321 </p >
2422 <p class =" actions" >
2523 <vue-mastery-modal />
2624 <a class =" get-started" href =" /guide/introduction.html" >
27- Get Started
25+ 시작하기
2826 <svg
2927 class =" icon"
3028 xmlns =" http://www.w3.org/2000/svg"
@@ -42,7 +40,7 @@ onMounted(async () => {
4240 </section >
4341
4442 <section id =" special-sponsor" >
45- <span >Special Sponsor </span >
43+ <span >스페셜 스폰서 </span >
4644 <template v-if =" data && data .special " >
4745 <template v-for =" { url , img , name , description } of data .special " >
4846 <a :href =" url" target =" _blank" rel =" sponsored noopener" >
@@ -59,24 +57,21 @@ onMounted(async () => {
5957
6058 <section id =" highlights" class =" vt-box-container" >
6159 <div class =" vt-box" >
62- <h2 >Approachable </h2 >
60+ <h2 >접근성 </h2 >
6361 <p >
64- Builds on top of standard HTML, CSS and JavaScript with intuitive
65- API and world-class documentation.
62+ HTML,CSS, 자바스크립트 표준을 기반으로, 쓰기 편한 API와 최고 수준의 문서를 제공합니다.
6663 </p >
6764 </div >
6865 <div class =" vt-box" >
69- <h2 >Performant </h2 >
66+ <h2 >성능 </h2 >
7067 <p >
71- Truly reactive, compiler-optimized rendering system that rarely
72- requires manual optimization.
68+ 제대로된 반응성, 컴파일러 수준에서 최적화된 렌더링 시스템은 대부분의 경우 개발자가 직접 최적화를 수행할 필요가 없습니다.
7369 </p >
7470 </div >
7571 <div class =" vt-box" >
76- <h2 >Versatile </h2 >
72+ <h2 >유용성 </h2 >
7773 <p >
78- A rich, incrementally adoptable ecosystem that scales between a
79- library and a full-featured framework.
74+ 라이브러리에서 부터 모든 기능을 갖춘 프레임워크 까지 확장되는 풍부하고 점진적으로 채택 가능한 에코시스템을 제공합니다.
8075 </p >
8176 </div >
8277 </section >
0 commit comments