# 快速上手

# hello world

import {Button} from 'kw-ui'
import Vue from 'vue'

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