All authors of a vuepress page
adds all authors of a file to the $page object
yarn add -D vuepress-plugin-authors
// or npm install vuepress-plugin-authors -D
// .vuepress/config.js
module.exports = {
plugins: [
['authors'],
// other plugins
]
}