본문 바로가기

카테고리 없음

vue clie 설치 // vue-router 설치 // bootstrap-vue 설치

vue clie 설치 // vue-router 설치 // bootstrap-vue 설치

vue cli 설치

npm install -g @vue/cli

vue 프로젝트 생성

vue create vuetest1

서버 실행

cd vuetest1
npm run serve

추가 모듈 설치

##

뷰 라우터 설치

npm install vue-router --save

src/components 하위에

layout 폴더 생성

Header.vue 생성

vue용 bootstrap 설치

http://bootstrap-vue.org

npm install vue bootstrap bootstrap-vue