vuepress-plugin-viewer

Image viewer for vuepress specially


Keywords
vuepress, image, plugin, view
License
MIT
Install
npm install vuepress-plugin-viewer@1.0.0

Documentation

Vuepress-plugin-viewer

version

Support friendly image viewer in Vuepress.

Usage

Install:

npm install --save vuepress-plugin-viewer

Vuepress Configuration:

module.exports = {
  plugins: [
    'vuepress-plugin-viewer'
  ]
}