본문 바로가기
Programming/Vue

[Vue] Vue 명령어

by 코딩여걸 2021. 10. 23.
728x90

vue 설치

npm install -g @vue/cli

vue create test

cd test

npm run serve

 

vue router 설치

npm install vue-router --save

 

vue bootstrap 설치

npm install vue bootstrap bootstrap-vue

 

Vuetify 설치

vue add vuetify



728x90

'Programming > Vue' 카테고리의 다른 글

[Vue] 이벤트 버스 형식  (0) 2022.01.24
[Vue] Vue.js의 라이프 사이클  (0) 2022.01.24
[Vue] 상태 관리 패턴  (0) 2022.01.24
[Vue] Vuex의 4가지 속성  (0) 2022.01.24
[Vue] Vue에 대해서  (0) 2022.01.24

댓글