1. Atom 플러그인

language-vue : vue 자동완성 기능

vue-format : 

language-vuetify : vuetify 자동완성 기능

vuetify-atom

platformio-ide-terminal : 콘솔환경 지원 (단축키 ctrl + `)

'프로그래밍 > Vue.js' 카테고리의 다른 글

Vue js 설치  (0) 2019.03.15

1. node js 설치


2. vue cli 설치

# npm install -g @vue/cli

3. vue create

# vue create [PROJECT NAME]

4. vuetify 추가

# vue add vuetify

5. router 추가

# vue add router


6. 서버 실행

# npm run serve
http://localhost:8080


'프로그래밍 > Vue.js' 카테고리의 다른 글

Atom Vue.JS 개발환경 세팅  (0) 2019.05.16

+ Recent posts