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

https://github.com/vue-multiple/back-top

基于 Vue2.x 的回到顶部组件。Vue-based back-top component
https://github.com/vue-multiple/back-top

back-top backtop vue vue-backtop

Last synced: 11 months ago
JSON representation

基于 Vue2.x 的回到顶部组件。Vue-based back-top component

Awesome Lists containing this project

README

          

# back-top

> Vue-based back-top component

## Install

```bash
npm install vue-multiple-back-top -S
```

## Quick Start

```bash
import Vue from 'vue'
import VmBackTop from 'vue-multiple-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)