Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vue-multiple/scrollbar
基于Vue2.x 的自定义滚动条组件。Vue-based scrollbar component
https://github.com/vue-multiple/scrollbar
scrollbar vue vue-scrollbar
Last synced: 27 days ago
JSON representation
基于Vue2.x 的自定义滚动条组件。Vue-based scrollbar component
- Host: GitHub
- URL: https://github.com/vue-multiple/scrollbar
- Owner: vue-multiple
- License: mit
- Created: 2017-08-04T09:07:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T09:03:23.000Z (almost 7 years ago)
- Last Synced: 2024-12-01T19:05:01.513Z (about 1 month ago)
- Topics: scrollbar, vue, vue-scrollbar
- Language: Vue
- Homepage: https://vue-multiple.github.io/scrollbar/
- Size: 824 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrollbar
> Vue-based scrollbar component
## Install
```bash
npm install vue-multiple-scrollbar -S
```## Quick Start
```bash
import Vue from 'vue'
import VmScrollbar from 'vue-multiple-scrollbar'Vue.component(VmScrollbar.name, VmScrollbar)
```For more information, please refer to [scrollbar](http://vue-multiple.github.io/scrollbar) in our documentation.
## Build Setup
``` bash
# 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](http://opensource.org/licenses/MIT)