Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuangpf/web-plugin

📱前端开发一些常用的插件:左右滑动联动 滑动删除 图片预览 图片懒加载
https://github.com/kuangpf/web-plugin

photoswipe slide-delete vue vue-lazyload webpack

Last synced: 12 days ago
JSON representation

📱前端开发一些常用的插件:左右滑动联动 滑动删除 图片预览 图片懒加载

Awesome Lists containing this project

README

        

## Wep Plugins
>该项目是将在前端开发中遇到的一些插件,或者是实现某种功能的一些技术记录下来,持续更新,欢迎star:blush::blush::blush:
### 使用
npm install || cnpm install 安装依赖
npm run dev 开发环境
npm run build 生产环境
### 项目演示
#### mobile
![image](https://github.com/KuangPF/Web-Plugin/blob/master/static/index/demo.png)
#### 浏览器浏览
chrome 建议F12开启移动设备模式
[项目演示地址](https://kuangpf.com/Web-Plugin/dist/#/)
### 技术栈
vue + vue-router + webpack + es6
### 目录
* [滑动删除](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/slideDelete.md)
* [图片预览](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/photoswipe.md)
* [左右滑动](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/touchmove.md)
* [左右滑动联动](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/scrollLinkage.md)
* [图片懒加载](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/lazyload.md)
* [vue无缝滚动component](https://github.com/KuangPF/Web-Plugin/blob/master/src/docs/eamlessScroll.md)