Simple 2 step process:
First install bootstrap
npm install bootstrap
Then include this just above the last line in your App.vue file
@import'~bootstrap/dist/css/bootstrap.css'
Like this: Image showing where to insert the above line
Then use bootstrap classes as usual in your html code!