# vuepress-plugin-nprogress

Use nprogress in your VuePress site.

This plugin will show progress bar on the top when navigating to another page.

# Installation

npm install -D vuepress-plugin-nprogress

# Usage

// .vuepress/config.js
module.exports = {
  plugins: ['vuepress-plugin-nprogress'],
}

# Custom color

Set $nprogressColor in palette.styl file to change the color of the progress bar. If not set, the color is set to $accentColor of VuePress.

See official docs

$nprogressColor = red
// by default:
// $nprogressColor ?= $accentColor