ijijin-view
Version:
vuejs UI components, from ijijin.
82 lines (64 loc) • 1.68 kB
Markdown
# ijijin-view
ijijin-view是根据开发频率抽离业务封装而成的前端库,这里是VueJs的移动端版本,适用于移动端业务开发。
- [github(中文)](https://github.com/MichealWayne/ijijin-view)、
- [文档官网](https://fund.10jqka.com.cn/public/ijijin-view/dist/#/)
## Version
1.0.0
## update info
- 2019.05.09: rem -> vw
## compatibility
- ios8.1+
- android4.4+
## Install
``` sh
npm i --save-dev ijijin-view
```
## Usage
### Global components
- Alert
- Toast
- Button
- Icon(min)
See the [documentation](https://fund.10jqka.com.cn/public/ijijin-view/dist/global/) for more details.
``` vue
<template>
<div>
<v-icon type="lock"/>
<v-button type="red" @click="showAlert">btn</button>
</div>
</template>
export default {
data () {
return {}
},
methods: {
showAlert () {
this.$alert.show('alert')
}
},
created() {
this.$toast.show('toast show')
}
}
```
### Navigation components
- Tab
- Slider
- HorseRaceLamp
See the [documentation](https://fund.10jqka.com.cn/public/ijijin-view/dist/navigator/) for more details.
### Form components
- Input
- Picker
See the [documentation](https://fund.10jqka.com.cn/public/ijijin-view/dist/form/) for more details.
### Other components
- PullRefresh
- PullWindow
See the [documentation](https://fund.10jqka.com.cn/public/ijijin-view/dist/other/) for more details.
### Developers
- [Micheal Wayne](https://github.com/MichealWayne)
- [wzhiyong](https://github.com/wzhiyong)
### contact
michealwayne@163.com
## last change
2019.05.09
同花顺爱基金前端© 2019