Skip to content

Commit 5bb43c9

Browse files
committed
update README
1 parent 6d313b1 commit 5bb43c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Vuex [![Build Status](https://img.shields.io/circleci/project/vuejs/vuex/dev.svg)](https://circleci.com/gh/vuejs/vuex)
22

3-
> Centralized State Management for Vue.js.
3+
> Vue.js의 중앙 집중형 상태 관리
44
55
<p align="center">
66
<img width="700px" src="https://raw.githubusercontent.com/vuejs/vuex/dev/docs/en/images/vuex.png">
77
</p>
88

9-
- [What is Vuex?](http://vuex.vuejs.org/en/intro.html)
10-
- [Full Documentation](http://vuex.vuejs.org/)
9+
- [Vuex는 무엇입니까?](http://vuex.vuejs.org/kr/intro.html)
10+
- [전체 문서 (한글)](http://vuex.vuejs.org/kr)
1111

12-
## Examples
12+
## 예제
1313

1414
- [Counter](https://github.com/vuejs/vuex/tree/dev/examples/counter)
1515
- [Counter with Hot Reload](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot)
1616
- [TodoMVC](https://github.com/vuejs/vuex/tree/dev/examples/todomvc)
1717
- [Flux Chat](https://github.com/vuejs/vuex/tree/dev/examples/chat)
1818
- [Shopping Cart](https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart)
1919

20-
Running the examples:
20+
예제를 실행하려면
2121

2222
``` bash
2323
$ npm install
24-
$ npm run dev # serve examples at localhost:8080
24+
$ npm run dev # 예제 서버 주소는 localhost:8080 입니다.
2525
```
2626

2727
## License

0 commit comments

Comments
 (0)