I want to use both the vuetify.min.css
folder and bootstratp.min.css
folder. Bootstrap is defined on the layout page and I need vuetify.min.css on another page. Is there any way to use both of them together?
With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue. js and the world's most popular front-end CSS library — Bootstrap v4.
Vuetify uses SASS/SCSS to craft the style and appearance of all aspects of the framework.
Vuetify is a reusable semantic component framework for Vue. js that aims to provide clean, semantic and reusable components. Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.
The current version of Vuetify does not support Vue 3.
There are multiple solutions here:
Prefix one of the libraries like so: https://github.com/vuetifyjs/vuetify/issues/9454
Only get what you need from the BS4 library (using SCSS) like so:
@import "~bootstrap/scss/buttons.scss";
In my opinion the best solution is the second, get it working in your setup and build the files you need. More info on Theming BS4 here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With