A Vuepress global UI plugin displays usage count data exclusively for the KKday web-design-system.
npm i -D @akccakcctw/vuepress-plugin-usage-count
// .vuepress/config.js
module.exports = {
plugins: [ 'vuepress-plugin-usage-count' ]
}
git clone vuepress-plugin-usage-count
Create symbolic link to vuepress-plugin-usage-count
cd vuepress-plugin-usage-count
npm link
Install vuepress-plugin-usage-count
from your symbolic link
cd <MY_VUEPRESS_PROJECT>
npm i -D @akccakcctw/vuepress-plugin-usage-count