Skip to content

Commit 9f431e0

Browse files
committed
docs(config): upgrade to vuepress v1
1 parent 8b28460 commit 9f431e0

File tree

4 files changed

+527
-2736
lines changed

4 files changed

+527
-2736
lines changed

docs/.vuepress/components/centeredMarkdown.vue

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ footer: MIT Licensed | Copyright © 2018-present Noah Klayman
2424
<p>VCP Electron Builder provides tools for easy debugging and testing, powered by <a href="https://github.com/electron/spectron" target="_blank">Spectron</a>.</p>
2525
</div>
2626
</div>
27-
<centered-markdown>
28-
Build status: [![Build status](https://github.com/nklayman/vue-cli-plugin-electron-builder/workflows/Node%20CI/badge.svg)](https://github.com/nklayman/vue-cli-plugin-electron-builder/actions)
29-
30-
</centered-markdown>
27+
<div style="text-align:center">
28+
Build status:
29+
<a href="https://github.com/nklayman/vue-cli-plugin-electron-builder/actions" target="_blank">
30+
<img src="https://github.com/nklayman/vue-cli-plugin-electron-builder/workflows/Node%20CI/badge.svg" />
31+
</a>
32+
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"typescript": "^3.0.1",
7575
"vue": "^2.5.20",
7676
"vue-template-compiler": "^2.5.20",
77-
"vuepress": "^0.14.2"
77+
"vuepress": "^1.0.0"
7878
},
7979
"resolutions": {
8080
"webpack-dev-middleware": "3.6.0"

0 commit comments

Comments
 (0)