vue-rmh
v0.4.25
Published
vue ui framework
Readme
Vue RMH Components
Vue UI Framework
This project is still in its infancy.
Documentation
Development
Prerequisites
- Vue
Usage
Installation
Install vue-rmh through npm or yarn
$ npm install vue-rmh
$ yarn add vue-rmhUsage
Import or require vue and vue-rmh in your code:
import Vue from 'vue'
import vueRmh from 'vue-rmh'
import 'vue-rmh/dist/main.min.css'
Vue.use(vueRmh)