Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zemkogabor/bootstrap-vue-wrapper
- Owner: zemkogabor
- License: mit
- Created: 2021-09-01T17:54:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:09:53.000Z (7 months ago)
- Last Synced: 2024-04-14T04:05:23.790Z (7 months ago)
- Topics: bootstrap, bootstrap-vue, bootstrap5, vue, vue3
- Language: Vue
- Homepage:
- Size: 254 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).