vue-todo
> go to demo
Vue.js 중급 강좌 - 웹앱 제작으로 배워보는 Vue.js, ES6, Vuex
강의에서 다루는 내용
- Vue CLI를 이용한 프로젝트 구성 방법
- 컴포넌트 기반 설계 방법
- 컴포넌트 구조화 및 컴포넌트 통신 방법
- ES6를 이용한 효율적이고 간결한 뷰 코딩 방법
- Vuex를 이용한 상태 관리의 이해 및 적용 방법
- 구현할 앱: TODO
VSCode extensions
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference.