---
title: 快速上手
---

# 快速上手

```js
import {Button} from 'gulu'
import Vue from 'vue'

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