1.1.6 • Published 2 years ago

koi-ui v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.1

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago