yyzone
Version:
yyzone vue components and utils
52 lines (40 loc) • 856 B
Markdown
# YYZone
友空间内部基于Vue的UI组件库
# Author
nizhja、liyhx
# Docs
**[1.x](https://www.yuque.com/yyzone/iaethg)**
# Demo
**[yyzone](https://imoss.yonyoucloud.com/suite/cooperation/develop/yyzone/index.html#/home)**
# Install
Using npm
```
npm install yyzone --save
```
Using script
```html
<script type="text/javascript" src="dist/yyzone.js"></script>
<link rel="stylesheet" href="dist/styles/yyzone.min.css">
```
## Usage
```vue
<template>
<YYCheckbox v-model="value">允许转发</YYCheckbox>
</template>
<script>
export default {
data () {
return {
value: true
}
}
}
</script>
```
Using css `import`:
```js
import 'yyzone/dist/styles/yyzone.min.css';
```
## License
[MIT](http://opensource.org/licenses/MIT)
©Copyright 2019 用友网络科技股份有限公司