Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)