@vuepress/plugin-back-to-top

Back-to-top plugin

Install

  1. yarn add -D @vuepress/plugin-back-to-top
  2. # OR npm install -D @vuepress/plugin-back-to-top

Usage

  1. module.exports = {
  2. plugins: ['@vuepress/back-to-top']
  3. }