<p align="center">
    <img alt="logo" src="https://i.loli.net/2021/03/06/GCHcpikNDSaBZQV.png" width="140" height="133">
</p>
<p align="center">羽量级Vue3移动端组件库 (A Vue.js UI Toolkit for Mobile Web)</p>

## 技术栈

- 开发框架【vue3】[https://github.com/vuejs/vue-next](https://github.com/vuejs/vue-next)
- 工具文档【vitepress】[https://github.com/vuejs/vitepress](https://github.com/vuejs/vitepress)
- 打包工具【vite】[https://vitejs.dev](https://vitejs.dev/)
- 自动工具【plop】[https://github.com/plopjs/plop](https://github.com/plopjs/plop)
- vue检测元素相交指令【vue-observe-visibility】[https://github.com/Akryum/vue-observe-visibility](https://github.com/Akryum/vue-observe-visibility)

## 待做清单

### 基础组件

- [x] Popup 弹出层
- [x] Toast 吐司提示
- [x] Dialog 对话框
- [ ] Picker 选择器
- [x] actionSheet 动作面板

### 业务组件

- [x] pullRefresh 下拉刷新
- [x] infiniteScroll 无限滚动
- [ ] mobileTouch 手势滑动
- [x] lazyImg 懒加载图片

### 文件目录

| 文件夹(list)   | 说明(desc)         |
| -------- | -------------------- |
| docs     | 存放项目文档       |
| example  | 项目本地开发的例示   |
| packages | 组件库的组件         |
| config   | 存放项目公共配置文件     |
| scripts  | 项目运行过程中的脚本 |

## LICENSE

[MIT](https://en.wikipedia.org/wiki/MIT_License)
