# easy-scroll **Repository Path**: adfasdfasdfas/easy-scroll ## Basic Information - **Project Name**: easy-scroll - **Description**: 不用 touch 去模拟滚动,完全依赖原生scroll 事件滚动,能够点顶部两下回到顶部, 解决移动端的滚动加载、下拉刷新的新方案,专注于 稳定、易用,少卡顿的滚动加载,人人都能有自己可维护的滚动,不用再担心 ios 的卡顿问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-scroll #### 项目介绍 不用 touch 去模拟滚动,完全依赖原生scroll 事件滚动,能够点顶部两下回到顶部, 解决移动端的滚动加载、下拉刷新的新方案,专注于 稳定、易用,少卡顿的滚动加载,人人都能有自己可维护稳定性高的滚动组件,不用再担心 ios 的卡顿问题 可以在 @/src/easyScroll 文件夹下的两个文件看到实现源码,@/demo/easyScroll.vue文件看实现方式 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).