bootstrap-vue-wrapper
Version:
Bootstrap 5 components in Vue3 wrapper.
39 lines (27 loc) • 783 B
Markdown
# Bootstrap-Vue Wrapper
[](https://www.npmjs.com/package/bootstrap-vue-wrapper)
## Requirements:
- Bootstrap 5
- Bootstrap icons
- 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
```
## Release
Create new token (check Bypass two-factor authentication)
https://www.npmjs.com/settings/zemkogabor/tokens
Set token in github secrets as NPM_TOKEN
https://github.com/zemkogabor/bootstrap-vue-wrapper/settings/secrets/actions
## Examples
There are examples of each component in [this file](https://github.com/zemkogabor/bootstrap-vue-wrapper/blob/main/dev/pages/Home.vue).