I\'m new to Vue and webpack in general and I\'m having a hard time figuring out how to import things.
I created a fresh Vue project through vue init I added
vue init
I will try to be as precise as possible
1.Go the the Vue Cli project run :
npm i bootstrap jquery popper.js
2.Go to src/main.js import like:
src/main.js
import 'bootstrap'; import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';