Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

DaveenDomsiline's avatar

Using Bootstrap 5 with Vue 3

I want to use Bootstrap 5 with Vue 3. As Bootstrap 5 uses vanilla JS (no JQuery), can I use Bootstrap 5 directly in a Vue 3 project (without using Bootstrap-Vue)? Can someone guide me how to use Bootstrap 5 with Vue 3?

0 likes
2 replies
drashtantnayak's avatar

you can use bootstrap as normal way (cdn or using package) and use vue3 with that, won't be a problem, I prefer tailwind css when it comes to vue

Please or to participate in this conversation.