1-1. Atom 설치
A hackable text editor for the 21st Century
At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.
atom.io
1-2. Atom Language-vue Package 설치
Setting - Install - Packages 'Language-vue' 검색
https://atom.io/packages/language-vue
language-vue
Vue component support in Atom
atom.io
2-1. Node.js (LTS) 설치
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
설치확인 : (cmd 또는 Terminal)에서 'node -v' 입력후 확인
2-2. Vue 개발자도구 설치하기 (크롬 개발자도구)
https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd
Vue.js devtools
Chrome and Firefox DevTools extension for debugging Vue.js applications.
chrome.google.com
3-1. Vue.js 패키지 가져오기
https://www.jsdelivr.com/package/npm/vue
jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub
A free, fast, and reliable Open Source CDN for npm and GitHub with the largest network and best performance, perfectly suited for production use.
www.jsdelivr.com
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js"></script>
'- WEB' 카테고리의 다른 글
MySQL 설치 (Windows) / 초기설정 (0) | 2020.12.16 |
---|---|
Python 파이썬 설치 / 시작하기 (0) | 2020.03.23 |
HTML5 : AUDIO, VIDEO, INPUT, SELECT (0) | 2020.03.02 |
혼공자바 550쪽 [직접 해보는 손코딩] 코딩 과정 및 실행 결과 인증샷 #혼공단 #혼공자 (0) | 2020.03.01 |
혼공 용어 노트 활용 인증샷 #혼공단 #혼공자 (0) | 2020.03.01 |