# bootstrap-vue **Repository Path**: 771530410/bootstrap-vue ## Basic Information - **Project Name**: bootstrap-vue - **Description**: Bootstrap 4 components for Vue.js 2 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-11-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


> [Bootstrap 4](https://v4-alpha.getbootstrap.com/) components for [Vue.js 2](https://vuejs.org/) ⚠ [Release Notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) # ✔ Getting started Please refer to [Official Documentation](https://bootstrap-vue.github.io) for setup guide, examples and documentation. Get the package: ```bash yarn add bootstrap-vue ``` Register BootstrapVue in your app entrypoint: ```js import Vue from 'vue' import BootstrapVue from 'bootstrap-vue'; Vue.use(BootstrapVue); ``` Import styles using style-loader: ```js import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/bootstrap-vue.css' ``` If style-loader is not available, you have to manually include both bootstrap and bootstrap-vue css files in your css bundle # License MIT