VuePress
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

    • Local Development
    • Design Concepts
    • FAQ
    • Glossary
  • Resources

    • 0.x Docs (opens new window)
    • Migrate from 0.x
    • Changelog (opens new window)
  • English
  • 简体中文
GitHub (opens new window)
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

    • Local Development
    • Design Concepts
    • FAQ
    • Glossary
  • Resources

    • 0.x Docs (opens new window)
    • Migrate from 0.x
    • Changelog (opens new window)
  • English
  • 简体中文
GitHub (opens new window)
  • Plugin

    • Introduction
    • Using a Plugin
    • Writing a Plugin
    • Lifecycle
    • Option API
    • Context API
  • Official Plugins

    • active-header-links
    • back-to-top
      • Install
      • Usage
    • blog
    • google-analytics
    • last-updated
    • medium-zoom
    • nprogress
    • pwa
    • register-components
    • search

# @vuepress/plugin-back-to-top (opens new window)

Back-to-top plugin

# Install

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

# Usage

module.exports = {
  plugins: ['@vuepress/back-to-top']
}
Edit this page on GitHub (opens new window)
Last Updated: 1/13/2020, 1:59:37 AM

← active-header-links blog →