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
use Bootstrap CDN and include it as a in your index.html
I never used Bootsrap with Vue.js, as I'm not a fan. But when I used Bulma's sass, first I did npm install
for Bulma. Then I created a folder in src/assets/sass
and inside it created a main.scss
and inside it I imported bulma by @import '~bulma/bulma';