首先你需要获取appId和appKey

可以参考https://valine.js.org/quickstart.html

image-20210326140936833

image-20210326141024110

image-20210326141011256

image-20210326141048200

image-20210326141125850


在创建好应用后

在你的gitbook目录中,创建book.json

添加内容到book.json

1
2
3
4
5
6
7
8
9
{
"plugins": ["valine"],
"pluginsConfig": {
"valine": {
"appId": "your appId",
"appKey": "your appKey"
}
}
}

安装插件

1
gitbook install ./

接着可使用插件了,效果如下:

image-20210326141326925