Front-end
- Lifecycle Hooks - created, mounted, updated, destroyed
- Vuex state management - store : state, actions, mutations, getters
- vue - youtube api
- 데이터 흐름 : pass props / emit event
- Vue CLI / Module / Vue 프로젝트, 컴포넌트 생성
- computed, method 비교 / watch / filters
- Template Syntax - text interpolation, directives(v-text, v-html, v-show, v-if, v-bind, v-on, v-model)
- Front-end Framework - Vue.js / MVVN 디자인 패턴 / el, data, methods
- SPA, CSR, SSR