https://github.com/zemkogabor/bootstrap-vue-wrapper
Boostrap 5 components in Vue3 lightweight wrapper.
https://github.com/zemkogabor/bootstrap-vue-wrapper
bootstrap bootstrap-vue bootstrap5 vue vue3
Last synced: 10 months ago
JSON representation
Boostrap 5 components in Vue3 lightweight wrapper.
- Host: GitHub
- URL: https://github.com/zemkogabor/bootstrap-vue-wrapper
- Owner: zemkogabor
- License: mit
- Created: 2021-09-01T17:54:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T14:22:09.000Z (about 1 year ago)
- Last Synced: 2025-06-04T20:55:01.959Z (about 1 year ago)
- Topics: bootstrap, bootstrap-vue, bootstrap5, vue, vue3
- Language: Vue
- Homepage:
- Size: 276 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap-Vue Wrapper
[](https://www.npmjs.com/package/bootstrap-vue-wrapper)
## Requirements:
- Bootstrap 5
- Bootstrap icons
- Vue i18n (for custom validation messages)
- Vue router (for ``)
- Vue 3
## Install:
```bash
npm install bootstrap-vue-wrapper
```
or
```bash
yarn add bootstrap-vue-wrapper
```
## Dev:
``` bash
yarn install
yarn dev
```
## Examples
There are examples of each component in [this file](https://github.com/zemkogabor/bootstrap-vue-wrapper/blob/main/dev/pages/Home.vue).