快速上手

安装

后期将 publish 到 NPM, 目前暂不支持 install.

Hello World

import {Button} from 'VueUIWheels'
import Vue from 'vue'

new Vue({
  el: '#app',
  components: {
    'g-button':Button
  }
})