0.1.0 • Published 1 year ago

@akccakcctw/vuepress-plugin-usage-count v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vuepress-plugin-usage-count

A Vuepress global UI plugin displays usage count data exclusively for the KKday web-design-system.

Install

npm i -D @akccakcctw/vuepress-plugin-usage-count

Usage

// .vuepress/config.js
module.exports = {
	plugins: [ 'vuepress-plugin-usage-count' ]
}

Development

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