New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/bootstrap-vue

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/bootstrap-vue

[![npm](https://img.shields.io/npm/dt/@nuxtjs/bootstrap-vue.svg?style=flat-square)](https://www.npmjs.com/package/@nuxtjs/bootstrap-vue) [![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/bootstrap-vue/latest.svg?style=flat-square)](https://ww

2.0.4
latest
Source
npm
Version published
Weekly downloads
67
-15.19%
Maintainers
3
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 07 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts