bootstrap-vue-wrapper
Version:
Bootstrap 5 components in Vue3 wrapper.
33 lines (23 loc) • 589 B
Markdown
# 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 `<router-link>`)
- 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).