vuex-help
Version:
a utilies library reduce boilerplate for vuex
25 lines (22 loc) • 711 B
Markdown
# Vuex
<!--email_off-->
> 참고: 이 문서는 vuex@2.x 을 기준으로 합니다.
<!--/email_off-->
- [1.0 버전 문서를 보려면?](https://github.com/vuejs/vuex/tree/1.0/docs)
- [릴리즈 노트](https://github.com/vuejs/vuex/releases)
- [설치](installation.md)
- [Vuex가 무엇인가요?](intro.md)
- [시작하기](getting-started.md)
- 핵심 컨셉
- [상태](state.md)
- [Getters](getters.md)
- [변이](mutations.md)
- [액션](actions.md)
- [모듈](modules.md)
- [애플리케이션 구조](structure.md)
- [플러그인](plugins.md)
- [Strict 모드](strict.md)
- [폼 핸들링](forms.md)
- [테스팅](testing.md)
- [핫 리로딩](hot-reload.md)
- [API 레퍼런스](api.md)