> For the complete documentation index, see [llms.txt](https://simplevue.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simplevue.gitbook.io/intro/master.md).

# 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​)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://simplevue.gitbook.io/intro/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
