Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 6 hours ago
JSON representation

Boostrap 5 components in Vue3 lightweight wrapper.

Awesome Lists containing this project

README

        

# 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 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).