VuePress 1.x
Guide
Config Reference
Plugin
Theme
Learn More
  • API

    • CLI
    • Node
  • Contributing Guide

    • Design Concepts
    • FAQ
    • Glossary
  • Miscellaneous

    • Migrate from 0.x
    • Changelog
0.x
Languages
  • English
  • 简体中文
GitHub
Guide
Config Reference
Plugin
Theme
Learn More
  • API

    • CLI
    • Node
  • Contributing Guide

    • Design Concepts
    • FAQ
    • Glossary
  • Miscellaneous

    • Migrate from 0.x
    • Changelog
0.x
Languages
  • English
  • 简体中文
GitHub
  • Plugin

    • Introduction
    • Using a Plugin
    • Writing a Plugin
    • Life Cycle
    • Option API
    • Context API
  • Official Plugins

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

# @vuepress/plugin-back-to-top

Back-to-top plugin

# Install

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

# Usage

module.exports = {
  plugins: ['@vuepress/back-to-top'] 
}
Edit this page on GitHub

← active-header-links google-analytics →