The very short version
I recommend reading through the whole post below at least once. But if you’re just here to get this set up as fast as possible, the short version is this:
npm i bootstrap jquery popper.js
Add to src/main.js:
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';