An open API service indexing awesome lists of open source software.

https://github.com/gregyankovoy/vue-cli-plugin-bootstrap-vue

vue-cli 3 plugin to add bootstrap-vue
https://github.com/gregyankovoy/vue-cli-plugin-bootstrap-vue

bootstrap bootstrap4 hacktoberfest vue vue-bootstrap vue-cli-3

Last synced: 19 days ago
JSON representation

vue-cli 3 plugin to add bootstrap-vue

Awesome Lists containing this project

README

          

# vue-cli-plugin-bootstrap-vue

Bootstrap-Vue Plugin for [vue-cli](https://github.com/vuejs/vue-cli)

## Install

If you haven't yet installed vue-cli, first follow the install instructions here: https://github.com/vuejs/vue-cli

Generate a project using vue-cli
```
vue create my-app
```

Before installing the bootstrap-vue plugin, make sure to commit or stash your changes in case you need to revert

To install the bootstrap-vue plugin...
```
cd my-app
vue add bootstrap-vue
```