vue.jsbootstrap-vueelectron-vue

Bootstrap Vue effects not visible in electron vue app (Desktop UI)


I am using Electron-vue to create desktop application. I was trying to use boostrap-vue in my app. When I open the app I can see all the functionality of boostrap(button tables) but none of the styling associated with it (color, font etc..)

Am I doing something wrong or is bootstrap vue not compatible with electron style apps ?


Solution

  • I was reading some blogs and apparently boostrap-vue does not work with desktop apps. I had more luck with using element UI