feat: add vuepress demo

This commit is contained in:
Xinyu Liu 2019-01-05 23:07:08 +08:00
parent 6c959af5dd
commit 6b70cb88f2
4 changed files with 7255 additions and 15 deletions

View File

@ -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"
}
}

View File

@ -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',
}],
],
}

3
vuepress/README.md Normal file
View File

@ -0,0 +1,3 @@
# Vssue Demo
<Vssue title="Vssue Demo" />

7246
yarn.lock

File diff suppressed because it is too large Load Diff