JSPM

  • Created
  • Published
  • Downloads 209567
  • Score
    100M100P100Q156674F
  • License MIT

Bootstrap 4 Components for Vue.js 2

Package Exports

  • bootstrap-vue
  • bootstrap-vue/index

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bootstrap-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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