We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058456f commit 1e660fbCopy full SHA for 1e660fb
docs/others/vitepress/getting-started.md
@@ -42,7 +42,7 @@ yarn init
42
将 VitePress 和 Vue 作为项目的依赖。
43
44
```bash
45
-yarn add -D vitepress vue
+yarn add -D vitepress
46
47
# 创建第一个文档
48
mkdir docs && echo '# Hello VitePress' > docs/README.md
@@ -66,8 +66,7 @@ echo '<!--@include: ./README.md-->' > docs/index.md
66
"docs:preview": "vitepress preview docs" // [!code focus]
67
}, // [!code focus]
68
"devDependencies": {
69
- "vitepress": "^1.0.0-alpha.47",
70
- "vue": "^3.2.47"
+ "vitepress": "^1.0.0-alpha.58"
71
}
72
73
```
0 commit comments