VuePress VuePress
⌘ K
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

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

    • Migrate from 0.x
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
Guide
Config Reference
Plugin
Theme
  • API

    • CLI
    • Node
  • Contributing Guide

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

    • Migrate from 0.x
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
  • Plugin

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

    • active-header-links
    • back-to-top
    • 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
Last Updated:  8/30/2023, 5:04:10 AM
← active-header-links
/plugin/official/plugin-active-header-links.html
blog →
/plugin/official/plugin-blog.html
ON THIS PAGE
Install
Usage