@chengzao/ku-button

yarn install

Usage no npm install needed!

<script type="module">
  import chengzaoKuButton from 'https://cdn.skypack.dev/@chengzao/ku-button';
</script>

README

vue component ui button

start

yarn install

dev

npm run serve

build

npm run build

use

  • install
npm install @chengzao/ku-button
  • main.js
import KuButton from 'ku-button'
import Vue from 'vue'
// css
import '@chengzao/ku-button/dist/ku-button.css'

Vue.use(KuButton)
  • *.vue
<ku-button type="warning" size="mini" round>小按钮</ku-button>