1. better-scroll
Full-featured BetterScroll
better-scroll
Package: better-scroll
Created by: ustbhuangyi
Last modified: Mon, 12 Jun 2023 09:50:52 GMT
Version: 2.5.1
License: MIT
Downloads: 30,918
Repository: https://github.com/ustbhuangyi/better-scroll

Install

npm install better-scroll
yarn add better-scroll

better-scroll

中文文档

BetterScroll with full plugin capabilities, don't care about the details of various plugin registrations.

Usage

 import BScroll from 'better-scroll'

const bs = new BScroll('.wrapper', {
  pullUpLoad: true,
  scrollbar: true,
  pullDownRefresh: true
  // and so on
})

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin