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
- Host: GitHub
- URL: https://github.com/gregyankovoy/vue-cli-plugin-bootstrap-vue
- Owner: GregYankovoy
- License: mit
- Created: 2018-07-13T23:18:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T00:45:02.000Z (almost 5 years ago)
- Last Synced: 2025-09-23T19:37:44.177Z (9 months ago)
- Topics: bootstrap, bootstrap4, hacktoberfest, vue, vue-bootstrap, vue-cli-3
- Language: JavaScript
- Homepage:
- Size: 305 KB
- Stars: 34
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```