File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Vuex [ ![ Build Status] ( https://img.shields.io/circleci/project/vuejs/vuex/dev.svg )] ( https://circleci.com/gh/vuejs/vuex )
2
2
3
- > Centralized State Management for Vue.js.
3
+ > Vue.js의 중앙 집중형 상태 관리
4
4
5
5
<p align =" center " >
6
6
<img width =" 700px " src =" https://raw.githubusercontent.com/vuejs/vuex/dev/docs/en/images/vuex.png " >
7
7
</p >
8
8
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 )
11
11
12
- ## Examples
12
+ ## 예제
13
13
14
14
- [ Counter] ( https://github.com/vuejs/vuex/tree/dev/examples/counter )
15
15
- [ Counter with Hot Reload] ( https://github.com/vuejs/vuex/tree/dev/examples/counter-hot )
16
16
- [ TodoMVC] ( https://github.com/vuejs/vuex/tree/dev/examples/todomvc )
17
17
- [ Flux Chat] ( https://github.com/vuejs/vuex/tree/dev/examples/chat )
18
18
- [ Shopping Cart] ( https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart )
19
19
20
- Running the examples:
20
+ 예제를 실행하려면
21
21
22
22
``` bash
23
23
$ npm install
24
- $ npm run dev # serve examples at localhost:8080
24
+ $ npm run dev # 예제 서버 주소는 localhost:8080 입니다.
25
25
```
26
26
27
27
## License
You can’t perform that action at this time.
0 commit comments