This package has been deprecated

Author message:

https://bootstrap-vue.js.org/docs/#nuxt-js

@nuxtjs/bootstrap-vue

2.0.4 • Public • Published

BootstrapVue

npm npm (scoped with tag)

With bootstrap-vue you can easily use standard bootstrap 4 components with your app.

Setup

  • Add @nuxtjs/bootstrap-vue dependency using yarn or npm to your project
  • Add @nuxtjs/bootstrap-vue to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@nuxtjs/bootstrap-vue',
    
    // With options
    ['@nuxtjs/bootstrap-vue', { css: false }],
  ]
}

Usage

<template>
    <b-alert show>
        Hello Bootstrap!
    </b-alert>
</template>

Options

css

Default: true

Add Bootstrap 4 css files to global CSS. You may want to disable this if you have a custom bootstrap build.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @nuxtjs/bootstrap-vue

Weekly Downloads

154

Version

2.0.4

License

MIT

Last publish

Collaborators

  • antfu
  • danielroe
  • clarkdo
  • pi0
  • atinux
  • alexchopin