kezkankrayon / bootstrap-vue

Bootstrap 4 components for Vue.js 2

Home Page:https://bootstrap-vue.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Bootstrap 4 components for Vue.js 2

Release Notes

✔ Getting started

Please refer to Official Documentation for setup guide, examples and documentation.

Get the package:

yarn add bootstrap-vue

Register BootstrapVue in your app entrypoint:

import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue';

Vue.use(BootstrapVue);

Import styles using style-loader:

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

About

Bootstrap 4 components for Vue.js 2

https://bootstrap-vue.github.io

License:MIT License


Languages

Language:Vue 83.7%Language:JavaScript 15.7%Language:Shell 0.4%Language:HTML 0.2%