5 Star 27 Fork 9

chuchur / kui-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

KUI for Vue

轻量级桌面UI组件库for Vue.js

kui-vue NPM downloads NPM downloads JS gzip size CSS gzip size

English | 简体中文

文档

特性

  • 50+高质量组件
  • 国际化支持 14 种语言
  • 支持Vue2.x
  • 支持 SSR
  • 支持 Nuxt.js
  • 支持 Electron
  • 大多数组件和功能支持IE9及以上浏览器,一些组件和功能不支持IE

安装

#with npm:
npm install kui-vue

#with yarn:
npm add kui-vue

使用脚本标记进行全局使用:

<!-- 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>

使用

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

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

平台支持

KUI 支持所有主要的现代浏览器。

chrome
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
Electron
latest 2 versions latest 2 versions latest 2 versions Edge latest 2 versions

生态

KUI for react

KUI for mobile

协议

MIT

Copyright (c) 2017-present, Chuchur

MIT License Copyright (c) 2023 chuchur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Vue.js 轻量级桌面UI 组件库 展开 收起
JavaScript 等 5 种语言
MIT
取消

发行版 (7)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/chuchur/kui-vue.git
git@gitee.com:chuchur/kui-vue.git
chuchur
kui-vue
kui-vue
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891