vue-cli-plugin-bootstrap

vue-cli plugin to add Bootstrap 4

Usage no npm install needed!

<script type="module">
  import vueCliPluginBootstrap from 'https://cdn.skypack.dev/vue-cli-plugin-bootstrap';
</script>

README

vue-cli-plugin-bootstrap

Bootstrap Plugin for vue-cli

Install

If you haven't yet installed vue-cli, first follow the install instructions here: https://github.com/vuejs/vue-cli

Generate a project using vue-cli

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 plugin...

cd my-app
vue add bootstrap

Read the official docs