kyligence-ui

powered by kyligence-ui

Usage no npm install needed!

<script type="module">
  import kyligenceUi from 'https://cdn.skypack.dev/kyligence-ui';
</script>

README

kyligence-ui

Build Status Coverage Status CDNJS npm package NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/ElemeFE/element(Chinese) Join the chat at https://gitter.im/element-en/Lobby(English) OpenCollective OpenCollective License: MIT

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install kyligence-ui -S

Quick Start

import Vue from 'vue'
import KyligenceUI from 'kyligence-ui'

Vue.use(KyligenceUI)

// or
import {
  Select,
  Button
  // ...
} from 'kyligence-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

Development

1.请将提交通过pr的方式提交到dev分支 2.提交测试通过的问题请在更新日志文件里修改 CHANGELOG.zh-CN.md

调试和发布

  1. npm run dev
  2. npm run dist

LICENSE

MIT