Introduction

Bootstrap Vue is UI Component library written in TypeScript, and ready for your next Vue.js project. Learn how to include Bootstrap Vue in your project.

Installation

Npm

npm install @coreui/bootstrap-vue 
1

Yarn

yarn add @coreui/bootstrap-vue 
1

Using components

import { CAlert } from '@coreui/bootstrap-vue'; 
1

Stylesheets

Vue components are styled using bootstrap CSS library.

Installation

npm install bootstrap 
1

Basic usage

import 'bootstrap/dist/css/bootstrap.min.css' 
1