# 快速上手

# 安装

请参考 安装 章节

# Hello World

import {Button} from 'vision-test-1-1'
import Vue from 'vue'

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