FrontEnd/Vue.js
[ Vue.js ] Bootstrap - Vue , Vue에서 Bootstrap 설치하는 간단한 방법. npm , yarn, how to install bootstrap in vue cli project ...etc
SangHoonE
2021. 12. 10. 17:42
Vue.js 에서 Bootstrap을 사용하고 싶을 때 cdn을 이용하는 방법 이외에 npm, yarn 등을 이용해서 직접설치를 한다.
그래서 나온 것이 BootstrapVue 이다.
# With npm
$ npm install vue bootstrap bootstrap-vue
# With yarn
$ yarn add vue bootstrap bootstrap-vue
BootstrapVue
Quickly integrate Bootstrap v4 components with Vue.js
bootstrap-vue.org
이곳이 링크이다. 참고 바람
◆ Vue.js 3 에서는 아직 적용이 안되니 주의 바랍니다 ◆
반응형