1.0.14 • Published 5 years ago

busyui v1.0.14

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Busy

基于vue2.0开发的一套,手机端组件库

准备工作

安装

npm install busyui -S

快速上手

import Vue from 'vue';
import Busy from 'busyui';

Vue.use(Busy);

// or
<script src="node_modules/busyui/dist/busy.js"></sciprt>
<script src="node_modules/busyui/dist/busy.css"></sciprt>

// or
import Icon from 'busyui/packages/icon';
Vue.use(Icon);

<busy-icon fill="orange"></busy-icon>

流览器兼容

iOS
Android 4.2+

Links

API文档

License

MIT

1.0.14

5 years ago

1.0.0-rc-1

5 years ago

1.0.0-rc

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago