vue-cli-plugin-bootstrap-vue
vue-cli-plugin-bootstrap-vue copied to clipboard
vue-cli 3 plugin to add bootstrap-vue
Hi, creating a project and adding **bootstrap-vue** causes error: ``` ERROR Failed to compile with 1 error 13:39:10 error in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss Syntax Error: SassError: Undefined variable. ╷ 29 │ -webkit-tap-highlight-color:...
So i tried installing bootstrap-vue via vue/cli and it worked fine until it asked me: Use babel/polyfill? Yes after wich it threw TypeError: range.split is not a function i did...
Hi, I'm using your plugin to add bootstrap to my project, but I have an issue with overriding of variables. After adding your plugin it adds a line to `main.js`...
I have a different entry configured in my `vue.config.js`: ```js module.exports = { configureWebpack: { entry: './src/app.ts', } } ``` I get this error when running `vue add bootstrap-vue`: ```...