# 快速上手

Hello World

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

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