# @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']
}