安装

参考 安装 章节

hello word

import {Button,ButtonGroup,Icon} from 'gulu-k'
import 'gulu-k/dist/index.css'

export default {
  name: 'app',
  components: {
    'g-button':Button,
    'g-icon':Icon
  }
}