Skip to content

Commit 29d7d0b

Browse files
committed
docs: upgrade to vuepress 1.x
1 parent ddf3a2f commit 29d7d0b

File tree

4 files changed

+266
-986
lines changed

4 files changed

+266
-986
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
head: [
2121
['link', { rel: 'icon', href: '/favicon.png' }],
2222
],
23-
theme: 'vue',
23+
theme: '@vuepress/theme-vue',
2424
themeConfig: {
2525
repo: 'vuejs/vue-cli',
2626
docsDir: 'docs',
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@vue/conventional-changelog": "^0.1.1",
47+
"@vuepress/theme-vue": "1.0.0-alpha.44",
4748
"babel-core": "7.0.0-bridge.0",
4849
"babel-eslint": "^10.0.1",
4950
"conventional-changelog": "^3.0.6",
@@ -68,7 +69,7 @@
6869
"rimraf": "^2.6.2",
6970
"semver": "^5.5.0",
7071
"typescript": "^3.3.3333",
71-
"vuepress": "^0.14.9",
72+
"vuepress": "1.0.0-alpha.44",
7273
"vuepress-theme-vue": "^1.1.0",
7374
"webpack": ">=4 < 4.29",
7475
"yorkie": "^2.0.0"

0 commit comments

Comments
 (0)