一枚前端UI组件库 KUI for Vue

KUI for Vue

A high quality UI components Library with Vue.js

View UI
NPM downloads
NPM downloads
JS gzip size
CSS gzip size

Docs

3.x | 2.x

Features

Dozens of useful and beautiful components.
Friendly API. It's made for people with any skill level.
Extensive documentation and demos.
It is quite beautiful.

Compatibility

Supports Vue.js 2.x
Supports SSR
Supports Nuxt.js
Supports TypeScript
Supports Electron
Most components and features support IE9 and above browsers, some components and features do not support IE

Install

Using npm:

npm install kui-vue --save

Using a script tag for global use:

<!-- import stylesheet -->
<link rel="stylesheet" href="//unpkg.com/kui-vue/dist/k-ui.css">
<!-- import kui -->
<script src="//unpkg.com/kui-vue/dist/k-ui.js"></script>

Usage

<template>
  <div>
    <Button type="primary" @click="test">Primary</Button>
  </div>
</template>
<script>
export default{
  data(){
    return{

    }
  },
  methods:{
    test(){
      this.$Message.info('test')
    }
  }
}
</script>

KUI for react

KUI for mobile

License

MIT

Copyright (c) 2017-present, Chuchur

posted @ 2018-08-01 09:48  邱秋  阅读(858)  评论(0编辑  收藏  举报