vue-multiple / back-top

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

Home Page:http://vue-multiple.github.io/back-top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

back-top

Vue-based back-top component

Install

npm install vue-multiple-back-top -S

Quick Start

import Vue from 'vue'
import VmBackTop from 'vue-multiple-back-top'

Vue.component(VmBackTop.name, VmBackTop)

For more information, please refer to back-top 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 back-top component

http://vue-multiple.github.io/back-top

License:MIT License


Languages

Language:Vue 99.4%Language:Shell 0.6%