在my-book/docs/.vuepress/config.js修改主题属性如下 const{ commentPlugin } =require("vuepress-plugin-comment2");const{ commentTheme } =require("./theme");module.exports= { ...theme:commentTheme({contributorsText:"作者",la
cnpm i --save vuepress-plugin-vdoing-comment⚠️Route object propertiesDon't use window object directly to get route information.Plugin has registered correct route information in frontmatter.to object and frontmatter.from object. Their properties are the same as vue-router's route object....
2. 使用插件 // .vuepress/config.jsmodule.exports = { plugins: { '@vssue/vuepress-plugin-vssue': { platform: 'github', owner: 'OWNER_OF_REPO', repo: 'NAME_OF_REPO', clientId: 'YOUR_CLIENT_ID', clientSecret: 'YOUR_CLIENT_SECRET', }, },};3. 使用 Vssue ...
在.vuepress下的config.js的plugin插件选项中进行配置 module.exports = { plugins: [ [ 'vuepress-plugin-comment', { choosen: 'valine', // options选项中的所有参数,会传给Valine的配置 options: { el: '#valine-vuepress-comment', appId: 'Your own appId', appKey: 'Your own appKey' } } ] ]...
因为我用的是 vuepress-theme-reco 主题,主题内置评论插件 @vuepress-reco/vuepress-plugin-comments,可以根据自己的喜好选择 Valine 或者 Vssue。 那我们来介绍下 Vssue。 Vssue 官网:vssue.js.org/zh/ Vssue 是一个 Vue 驱动的、基于 Issue 的评论插件。 特点是支持多个代码托管平台,包括 GitHub、GitLab、Bitbuck...
主题内置 因为我用的是 vuepress-theme-reco 主题,主题内置评论插件 @vuepress-reco/vuepress-plugin-comments ,可以根据自己的喜好选择 Valine 或者 Vssue。本篇讲讲使用 Valine 实现评论功能的全过程。Valine 官网:https://valine.js.org/ Valine 诞生于2017年8月7日,是一款基于 LeanCloud 的快速、简洁且高效的...
因为我用的是vuepress-theme-reco主题,主题内置评论插件@vuepress-reco/vuepress-plugin-comments,可以根据自己的喜好选择 Valine 或者 Vssue。 本篇讲讲使用 Vssue 实现评论功能的全过程。 Vssue 官网:https://vssue.js.org/zh/ Vssue 是一个 Vue 驱动的、基于 Issue 的评论插件。
如果你想默认不加载评论,而只在某些页面显示评论功能,可以在valineConfig或vssueConfig中设置showComment: false,并在需要展示评论的页面 设置isShowComments: true。 如果仅是某篇文章不想设置开启评论功能,可以在front-matter设置isShowComments: false。 问题:多个页面的评论混合在一起 ...
webmasterish/vuepress-plugin-autometa Star40 Auto meta tags plugin for VuePress 1.x socialmetavuepostpagemeta-tagsheadvuepressvuepress-pluginsocial-metas UpdatedMar 29, 2022 JavaScript dongyuanxin/vuepress-plugin-comment Star39 Comment plugin in vuepress, such as Gitalk, Valine... ...
vuepress-plugin-comment2 Which operating system are you using? macOS Windows Linux Describe the bug 运行项目附带的 demo, 执行yarn demo:vite-build即可重现此问题。 comment2.zip Additional context No response listenzzadded thebuglabelAug 29, 2023 ...