1
1
# vue-router-next [ ![ release candidate] ( https://img.shields.io/npm/v/vue-router/next.svg )] ( https://www.npmjs.com/package/vue-router/v/next ) [ ![ CircleCI] ( https://badgen.net/circleci/github/vuejs/vue-router-next/master )] ( https://circleci.com/gh/vuejs/vue-router-next )
2
2
3
- > This is the repository for Vue Router 4 (for Vue 3 )
3
+ > 여기는 Vue Router 4에 대한 저장소입니다. ( Vue 3를 위한 )
4
4
5
- <h2 align =" center " >Supporting Vue Router</h2 >
5
+ <h2 align =" center " >Vue Router 지원 </h2 >
6
6
7
- Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
7
+ Vue 라우터는 Vue 생태계의 일부이며 MIT가 허가한 오픈 소스 프로젝트로, 전적으로 스폰서의 지원을 통해 개발되고 있습니다. 후원자가 되고 싶다면 다음을 고려하십시오.
8
8
9
- - [ Become a Sponsor on GitHub ] ( https://github.com/sponsors/posva )
10
- - [ One-time donation via PayPal ] ( https://paypal.me/posva )
9
+ - [ GitHub의 후원자가 되기 ] ( https://github.com/sponsors/posva )
10
+ - [ PayPal을 통한 일회성 기부 ] ( https://paypal.me/posva )
11
11
12
12
<!-- <h3 align="center">Special Sponsors</h3> -->
13
13
<!-- special start-->
14
14
15
- <h4 align =" center " >Gold Sponsors </h4 >
15
+ <h4 align =" center " >Gold 스폰서 </h4 >
16
16
17
17
<p align =" center " >
18
18
<a href =" https://passionatepeople.io " target =" _blank " rel =" noopener noreferrer " >
@@ -24,7 +24,7 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
24
24
</a >
25
25
</p >
26
26
27
- <h4 align =" center " >Silver Sponsors </h4 >
27
+ <h4 align =" center " >Silver 스폰서 </h4 >
28
28
29
29
<p align =" center " >
30
30
<a href =" https://www.vuemastery.com " target =" _blank " rel =" noopener noreferrer " >
@@ -44,7 +44,7 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
44
44
</a >
45
45
</p >
46
46
47
- <h4 align =" center " >Bronze Sponsors </h4 >
47
+ <h4 align =" center " >Bronze 스폰서 </h4 >
48
48
49
49
<p align =" center " >
50
50
<a href =" https://storyblok.com " target =" _blank " rel =" noopener noreferrer " >
@@ -58,29 +58,29 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
58
58
59
59
---
60
60
61
- Get started with the [ documentation ] ( https://next.router.vuejs.org ) .
61
+ 이 [ 문서 ] ( https://next.router.vuejs.org ) 로 시작하세요 .
62
62
63
- ## Quickstart
63
+ ## 빠른시작
64
64
65
- - Via CDN : ` <script src="https://unpkg.com/vue-router@4"></script> `
66
- - In-browser playground on [ CodeSandbox] ( https://codesandbox.io/s/vue-router-4-reproduction-hb9lh )
67
- - Add it to an existing Vue Project :
65
+ - CDN을 통해 : ` <script src="https://unpkg.com/vue-router@4"></script> `
66
+ - [ CodeSandbox] ( https://codesandbox.io/s/vue-router-4-reproduction-hb9lh ) 의 브라우저 내 playground
67
+ - 기존 Vue 프로젝트에 추가 :
68
68
``` bash
69
69
npm install vue-router@4
70
70
```
71
71
72
- ## Changes from Vue Router 3
72
+ ## Vue Router 3에서의 변경사항
73
73
74
- Please consult the [ Migration Guide] ( https://next.router.vuejs.org/guide/migration/ ) .
74
+ [ Migration Guide] ( https://next.router.vuejs.org/guide/migration/ ) 를 참조하세요 .
75
75
76
- ## Contributing
76
+ ## 기여하기
77
77
78
- See [ Contributing Guide ] ( https://github.com/vuejs/vue-router-next/blob/master/.github/contributing.md ) .
78
+ [ Contributing Guid ] ( https://github.com/vuejs/vue-router-next/blob/master/.github/contributing.md ) 를 참조하세요 .
79
79
80
- ## Special Thanks
80
+ ## 특별한 감사
81
81
82
82
<a href =" https://www.browserstack.com " >
83
83
<img src =" https://github.com/vuejs/vue-router/raw/dev/assets/browserstack-logo-600x315.png " height =" 80 " title =" BrowserStack Logo " alt =" BrowserStack Logo " />
84
84
</a >
85
85
86
- Special thanks to [ BrowserStack] ( https://www.browserstack.com ) for letting the maintainers use their service to debug browser specific issues .
86
+ 메인테이너가가 서비스를 사용하여 브라우저별 문제를 디버깅 할 수 있도록 해 준 [ BrowserStack] ( https://www.browserstack.com ) 에 특별히 감사드립니다 .
0 commit comments