https://github.com/techiediaries/vue-cli-plugin-bootstrap
Vue 4 CLI Plugin for Bootstrap 4
https://github.com/techiediaries/vue-cli-plugin-bootstrap
vue vuejs vuejs-plugin
Last synced: 2 months ago
JSON representation
Vue 4 CLI Plugin for Bootstrap 4
- Host: GitHub
- URL: https://github.com/techiediaries/vue-cli-plugin-bootstrap
- Owner: techiediaries
- License: mit
- Created: 2020-08-10T22:04:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T22:08:52.000Z (almost 6 years ago)
- Last Synced: 2025-08-31T20:45:47.768Z (11 months ago)
- Topics: vue, vuejs, vuejs-plugin
- Language: JavaScript
- Homepage: https://www.techiediaries.com/vue-cli-plugin-bootstrap/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-bootstrap
Bootstrap 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 plugin...
```
cd my-app
vue add bootstrap
```
Read the [official docs](https://www.techiediaries.com/vue-cli-plugin-bootstrap/)