Skip to content

Commit 1bc37ca

Browse files
authored
Merge pull request #27 from jsw3363/master
Update README.md
2 parents 691dd81 + 645f0c5 commit 1bc37ca

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# 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)
22

3-
> This is the repository for Vue Router 4 (for Vue 3)
3+
> 여기는 Vue Router 4에 대한 저장소입니다. (Vue 3를 위한)
44
5-
<h2 align="center">Supporting Vue Router</h2>
5+
<h2 align="center">Vue Router 지원 </h2>
66

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가 허가한 오픈 소스 프로젝트로, 전적으로 스폰서의 지원을 통해 개발되고 있습니다. 후원자가 되고 싶다면 다음을 고려하십시오.
88

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)
1111

1212
<!-- <h3 align="center">Special Sponsors</h3> -->
1313
<!--special start-->
1414

15-
<h4 align="center">Gold Sponsors</h4>
15+
<h4 align="center">Gold 스폰서</h4>
1616

1717
<p align="center">
1818
<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
2424
</a>
2525
</p>
2626

27-
<h4 align="center">Silver Sponsors</h4>
27+
<h4 align="center">Silver 스폰서</h4>
2828

2929
<p align="center">
3030
<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
4444
</a>
4545
</p>
4646

47-
<h4 align="center">Bronze Sponsors</h4>
47+
<h4 align="center">Bronze 스폰서</h4>
4848

4949
<p align="center">
5050
<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
5858

5959
---
6060

61-
Get started with the [documentation](https://next.router.vuejs.org).
61+
[문서](https://next.router.vuejs.org)로 시작하세요.
6262

63-
## Quickstart
63+
## 빠른시작
6464

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 프로젝트에 추가:
6868
```bash
6969
npm install vue-router@4
7070
```
7171

72-
## Changes from Vue Router 3
72+
## Vue Router 3에서의 변경사항
7373

74-
Please consult the [Migration Guide](https://next.router.vuejs.org/guide/migration/).
74+
[Migration Guide](https://next.router.vuejs.org/guide/migration/)를 참조하세요.
7575

76-
## Contributing
76+
## 기여하기
7777

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)를 참조하세요.
7979

80-
## Special Thanks
80+
## 특별한 감사
8181

8282
<a href="https://www.browserstack.com">
8383
<img src="https://github.com/vuejs/vue-router/raw/dev/assets/browserstack-logo-600x315.png" height="80" title="BrowserStack Logo" alt="BrowserStack Logo" />
8484
</a>
8585

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

Comments
 (0)