Comment
DrewW
Mega Sage

This is what I did to use bootstrap in a component I was testing out.

npm install bootstrap
npm install jquery
npm install popper.js

 

In CSS file
@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';

In js file
import 'bootstrap';