All Projects → vue-multiple → back-top

vue-multiple / back-top

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

Programming Languages

Vue
7211 projects
shell
77523 projects

Projects that are alternatives of or similar to back-top

bga-back-top-vue
Vue-based back-top component 基于 Vue 2.x 实现的「滚动可滚动组件到顶部」的组件,支持多种自定义属性配置,以及通过 slot 插桩的方式深度定制 BgaBackTop 的内容。整个项目只需要在根组件中添加一次即可
Stars: ✭ 29 (+3.57%)
Mutual labels:  back-top
Vue Ydui
A mobile components Library with Vue2.js. 一只基于Vue2.x的移动端组件库。
Stars: ✭ 2,798 (+9892.86%)
Mutual labels:  backtop

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].