@nuxtjs/bootstrap

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)

Usage no npm install needed!

<script type="module">
  import nuxtjsBootstrap from 'https://cdn.skypack.dev/@nuxtjs/bootstrap';
</script>

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-vue to package.json
  • Add bootstrap-vue module
<template>
    <b-alert show>
        Hello Bootstrap!
    </b-alert>
</template>