bootstrap-vue-next
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
vue-mstyle
```
npm install vue-mstyle
```
##Using in your project
```js
import Vue from 'vue'
import 'vue-mstyle'
new Vue({
render: h => h(App)
}).$mount('#app')
```