[0007] Vue.js - part 1
Vue.js - part 1 Vue.js part1 from 김욱래 Concept overview Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. MVVM Backend 로직과 Client 의 마크업 & 데이터 표현단을 분리하기 위한 구조로 전통적인...