# vue-infinite-scroll **Repository Path**: isni_admin/vue-infinite-scroll ## Basic Information - **Project Name**: vue-infinite-scroll - **Description**: 无限滚动展示插件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-10 - **Last Updated**: 2021-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 无限滚动组件 ## Project setup | 安装 ``` yarn install @yuxichina/vue-scroller npm install @yuxichina/vue-scroller ``` ### Compiles and hot-reloads for development | 测试页面 ``` yarn serve npm run serve ``` ### 使用示例 ``` import VueInfiniteScroll from '../components/VueInfiniteScroll' export default { name: 'Demo', components:{ VueInfiniteScroll } } ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).