README
Bootstrap
With bootstrap-vue you can easily use standard bootstrap 4 components with your app. (you need to add bootstrap package in your package.json too)
💡 Usage
- Add
bootstrap-vuetopackage.json - Add
bootstrap-vuemodule
<template>
<b-alert show>
Hello Bootstrap!
</b-alert>
</template>