jeffie / 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 Vue


Bootstrap 4 components for Vue 2

Getting started

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

NPM

Get it via your favorite package manager:

$ yarn add bootstrap-vue
# OR
$ npm i bootstrap-vue

Register components:

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

// Globally register bootstrap-vue components
Vue.use(BootstrapVue);

WEB

Simply include this inside your HTML templates,(free CDN powered by unpkg)

<script src="https://unpkg.com/bootstrap-vue/dist/bootstrap-vue.js"></script>

NUXT.JS

If you are using nuxt.js, you can register bootstrap-vue components using nuxt helpers.

Included components

Stable

Under development

Additionally, many more components are available and working, but they are still under development.

License

The MIT License (MIT) - Copyright (c) 2016-present Pooya Parsa.
Designed and built with all the love in the world. Maintained by the core team with the help of our contributors. Documentation is generated using Nuxt.js

About

Bootstrap 4 components for Vue.js 2

https://bootstrap-vue.github.io

License:MIT License


Languages

Language:Vue 90.7%Language:JavaScript 8.3%Language:Shell 1.0%