1. Vue.js 란? 간단히 소개하자면, Vue.js는 자바스크립트 프레임워크로 클라이언트 사이드 템플릿 엔진이다. 프론트엔드 프레임워크인 Angular.js / React / Vue.js 중에 검색 빈도가 제일 높다고한다. 2. Vue.js 개발 환경 구축 해당 글은 windows 10에서 진행하며 Linux나 MacOS는 구축 과정이 다를수 있다. 1) Node.js 설치 https://nodejs.org/ko/download/ 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 각 운영체제에 맞는 LTS 버전으로 설치하면 된다. 2) Git 설치 https://git-scm..