Skip to the content.

Using Bootstrap 5 with Vue 3

Note: The codes given belove should be run in your project’s folder.

npm install --save bootstrap<br>
npm install --save @popperjs/core

import "bootstrap/dist/css/bootstrap.min.css"
import "bootstrap"

REF: https://stackoverflow.com/questions/65547199/using-bootstrap-5-with-vue-3