0.0.2 • Published 4 years ago

vuepress-plugin-authors v0.0.2

Weekly downloads
16
License
MIT
Repository
-
Last release
4 years ago

vuepress-plugin-authors

All authors of a vuepress page

adds all authors of a file to the $page object

Installation

yarn add -D vuepress-plugin-authors
// or npm install vuepress-plugin-authors -D

Usage

// .vuepress/config.js

module.exports = {
    plugins: [
      ['authors'],
      // other plugins
    ]
}
0.0.2

4 years ago

0.0.1

4 years ago