본문 바로가기

FE/Vue

vue bootstrap sass error

https://bootstrap-vue.org/docs#using-module-bundlers

 

BootstrapVue

Quickly integrate Bootstrap v4 components with Vue.js

bootstrap-vue.org

 

import Vue from 'vue'
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'

// Import Bootstrap an BootstrapVue CSS files (order is important)
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

// Make BootstrapVue available throughout your project
Vue.use(BootstrapVue)
// Optionally install the BootstrapVue icon components plugin
Vue.use(IconsPlugin)

 

공식홈페이지 보고 해 주세요 제발요

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

SpaceONE 의 영차영차 Vue 2.7 업그레이드  (0) 2022.10.12
Vue Router url 변경 감지  (0) 2021.06.03