vue-back-top
Version:
Vue-based back-top component
43 lines (28 loc) • 692 B
Markdown
# back-top
> Vue-based back-top component
## Install
```bash
npm install vue-back-top -S
```
## Quick Start
```bash
import Vue from 'vue'
import VmBackTop from 'vue-back-top'
Vue.component(VmBackTop.name, VmBackTop)
```
For more information, please refer to [back-top](http://vue-multiple.github.io/back-top) 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)