0.0.7 • Published 1 year ago

@vssueplay/vuepress-plugin-vssueplay v0.0.7

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

vuepress-plugin-vssueplay

This is a vue3-powered issue-based comment plugin for vuepress.

Install

pnpm i @vssueplay/vuepress-plugin-vssueplay

Config

set .vuepress/config.ts

export default defineUserConfig({
  title: "VuePress",
  description: "My first VuePress Site",
  plugins: [
    {
      name: "@vssueplay/vuepress-plugin-vssueplay",
    },
  ],
});

Used

<Vssueplay />
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago