Skip to content
Snippets Groups Projects
Commit 18159283 authored by 정재윤's avatar 정재윤
Browse files

Update README.md

parent 1518ea9b
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,18 @@ npm install -g @vue/cli
vue create new-project-name
yarn serve
```
### vuex 사용하기
vue-cli를 생성하였을때, 컴포넌트의 데이터를 효율적으로 관리하기 위한 라이브러리
#### vuex구조
- state : 프로젝트의 모든 곳에서 참조가능한 변수의 모음
- getter : state의 값을 가져오는 함수의 모음
- mutation : state의 값을 변경하는 함수의 모음
- action : 비동기 호출에 쓰이는 함수의 모음
### router 사용하기
## 참고자료
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment