프로그래밍/Vue.js
- Atom Vue.JS 개발환경 세팅 2019.05.16
- Vue js 설치 2019.03.15
Atom Vue.JS 개발환경 세팅
2019. 5. 16. 10:40
Vue js 설치
2019. 3. 15. 12:20
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 |
---|