UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

39 lines (27 loc) 783 B
# Bootstrap-Vue Wrapper [![NPM version](https://img.shields.io/npm/v/bootstrap-vue-wrapper.svg)](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).