@nuxtjs/bootstrap
v0.0.1
Published
With [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) you can easily use standard bootstrap 4 components with your app. (you need to add bootstrap package in your package.json too)
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>