UNPKG

501 BMarkdownView Raw
1# Vue RMH Components
2
3> Vue UI Framework
4
5This project is still in its infancy.
6
7### <a href="https://waleri-rmh.github.io/vue-rmh/#/" target="_new">Documentation</a>
8
9## Development
10
11### Prerequisites
12- Vue
13
14## Usage
15
16### Installation
17Install vue-rmh through npm or yarn
18
19```bash
20$ npm install vue-rmh
21$ yarn add vue-rmh
22```
23
24### Usage
25Import or require vue and vue-rmh in your code:
26
27```bash
28import Vue from 'vue'
29import vueRmh from 'vue-rmh'
30import 'vue-rmh/dist/main.min.css'
31
32Vue.use(vueRmh)
33```