# Simple Vue.js

Vue 입문자를 위한 책입니다 :)&#x20;

어려운 설명보다는 쉽고 간결하게 설명해보고자 합니다. \
그렇다보니 깊은 설명은 다루지 않습니다.&#x20;

### 순서

\- Vue 는 무엇인가 ?\
\- Component 기반 Layout 구성해보기\
\- state, props 란\
\- state, props 기반으로 class, style binding 해보기\
\- loop, condition 을 이용하여 Component Rendering 해보기\
\- data binding (v-model)\
\- form data 다뤄보기\
\- computed, watch 의 용도와 차이점\
\- method, event 를 이용하여 state 다뤄보기\
\- life cycle 알아보기\
\- axios 를 이용하여 api call 해보기\
\- slot 을 이용하여 dynamic modal 만들어보기\
\- router 를 이용하여 페이지 분리해보기\
\- vuex 를 이용하여 상태관리 해보기\
\- cypress 를 이용하여 end-to-end 테스트 해보기

**궁금하신점은 아래 이메일로 연락주세요**&#x20;

**Email** : [appear.ko@gmail.com](mailto:appear.ko@gmail.com​)
