UNPKG

kingdot

Version:

A UI Components Library For Vue

58 lines (42 loc) 909 B
# kingdot > A UI Components Library For Vue ## Install ```shell npm install kingdot -S ``` ## Usage ```javascript import Vue from 'vue'; import KingDot from 'kingdot'; Vue.use(KingDot); // or import { Checkbox, Button // ... } from 'kingdot'; Vue.use(Checkbox); Vue.use(Checkbox.name, Button); ``` For more information, please refer to [Quick Start](https://ksyun-fe.github.io/kingdot/#/zh-CN/component/start) in our documentation. ## Browser Support Supports all Modern browsers and Internet Explorer 10+. ## Changelog Detailed changes for each release are documented in the [release notes](https://github.com/ksyun-fe/kingdot/releases). ## Develop ```shell git clone https://github.com/ksyun-fe/kingdot.git cd kingdot npm install npm run dev # test npm run test # build npm run dist # build doc npm run demo:build # publish new version npm run publish ``` ## License [MIT](LICENSE)