Comment
DrewW
Mega Sage
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
06-25-2020
07:32 AM
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';