feat: add vuepress demo
This commit is contained in:
parent
6c959af5dd
commit
6b70cb88f2
|
@ -3,9 +3,12 @@
|
|||
"scripts": {
|
||||
"dev:github": "anywhere -d github -h localhost 8080",
|
||||
"dev:gitlab": "anywhere -d gitlab -h localhost 8080",
|
||||
"dev:bitbucket": "anywhere -d bitbucket -h localhost 8080"
|
||||
"dev:bitbucket": "anywhere -d bitbucket -h localhost 8080",
|
||||
"dev:vuepress": "vuepress dev vuepress"
|
||||
},
|
||||
"devDependencies": {
|
||||
"anywhere": "^1.5.0"
|
||||
"@vssue/vuepress-plugin-vssue": "^0.1.3",
|
||||
"anywhere": "^1.5.0",
|
||||
"vuepress": "^1.0.0-alpha.30"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
title: 'Vssue Demo',
|
||||
description: 'A Vue-powered Issue-based Comment Plugin',
|
||||
|
||||
plugins: [
|
||||
['@vssue/vuepress-plugin-vssue', {
|
||||
platform: 'github',
|
||||
owner: 'meteorlxy',
|
||||
repo: 'vssue-demo',
|
||||
clientId: '083b98e0d6526ce0a4a5',
|
||||
clientSecret: 'f41adb2b6ae9a79b09cb852e4b8fa58f325af487',
|
||||
}],
|
||||
],
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
# Vssue Demo
|
||||
|
||||
<Vssue title="Vssue Demo" />
|
Loading…
Reference in New Issue