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 moduleexports = plugins: 'authors' // other plugins