gitbook-plugin-leancloud-pageview
v0.1.10
Published
page view count base on leancloud
Readme
leancloud integration for GitBook
To use the leancloud plugin in your Gitbook project, add the leancloud plugin to the book.json file
{
"plugins": ["leancloud-pageview"],
"pluginsConfig": {
"leancloud-pageview": {
"app_id": "XXXXXXX",
"app_key": "xxxxxx",
}
}
}Then run gitbook install to download and install the plugin.
