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