0.0.6 • Published 4 years ago

kw-ui v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

KW UI 一个基于Vue的UI框架

Build Status

介绍

使用Vue构建的UI框架

安装

使用本框架前请在css中开启border-box

*,*::before,*::after{box-sizing:border-box};
IE8以上浏览器支持此样式
npm install kw-ui

yarn add kw-ui

开始使用

hello world

import {Button} from 'kw-ui'
import Vue from 'vue'

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

作者:kingsley

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago