Skip to content

vue-multiple/scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrollbar

Vue-based scrollbar component

Install

npm install vue-multiple-scrollbar -S

Quick Start

import Vue from 'vue'
import VmScrollbar from 'vue-multiple-scrollbar'

Vue.component(VmScrollbar.name, VmScrollbar)

For more information, please refer to scrollbar in our documentation.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run demo:dev

# build for demo with minification
npm run demo:build

# build for gh-pages with minification
npm run demo:prepublish

# build for production with minification
npm run build

LICENSE

MIT

About

基于Vue2.x 的自定义滚动条组件。Vue-based scrollbar component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published