1.1.6 • Published 3 years ago

koi-ui v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Install

npm install koi-ui -S

Quick Start

import Vue from 'vue'
import KoiUI from 'koi-ui'

Vue.use(KoiUI)

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

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

Browser Support

Modern browsers and Internet Explorer 10+.

npm

https://www.npmjs.com/package/koi-ui

发布到npm:

  • 构建:构建不用lint校验,用 npm run dist-no-lint 命令
  • 发布:npm publish --access public
1.1.6

3 years ago

1.1.1

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago