Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it still possible to use both vuetify and vue-bootstrap?

I have been using vue-bootstrap but I was thinking of switching to vuetify. However, I found out for some components, vue-bootstrap is much easier to integrate with backend.
So now I'm thinking of using both depending on the component. Does it still make sense to use both vue-bootstrap and vuetify on the same project? Or is there a problem if I use both frameworks?

like image 435
Ooto Avatar asked Apr 08 '19 08:04

Ooto


1 Answers

Yes, it does not cause any issues to use both libraries in parallel. I tried it before within a medium size project without facing any problems.

like image 133
Simon Thiel Avatar answered Oct 10 '22 11:10

Simon Thiel