# 快速上手

本节将介绍如何在项目中使用 koma-ui。

import Vue from 'vue'
import { Button } from 'koma-ui';

new Vue({
  el: '#app',
  components: {
    'k-button': Button
  }
})
Last Updated: 1/18/2021, 3:31:21 PM