vue-revoltui
v0.0.9
Published
## Add RevoltUI to your project
Readme
RevoltUI
Add RevoltUI to your project
with npm
npm add vue-revoltuiwith yarn
yarn add vue-revoltuiInclude RevoltUI in your project
import Vue from 'vue';
import RevoltUI from 'vue-revoltui';
Vue.use(RevoltUI);