vue-cli plugin to add Bootstrap-Vue
npm install vue-cli-plugin-bootstrap-vue
vue create my-app
`
Before installing the bootstrap-vue plugin, make sure to commit or stash your changes in case you need to revert
To install the bootstrap-vue plugin...
`
cd my-app
vue add bootstrap-vue
``