File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
3232
3333``` bash
3434# install in your project
35- pnpm add -D vue @vuepress/client@next vuepress@next
35+ pnpm add -D vuepress@next @vuepress/client@next vue
3636
3737# create a markdown file
3838echo ' # Hello VuePress' > README.md
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ npm init
6262 <CodeGroupItem title =" PNPM " active >
6363
6464``` bash
65- pnpm add -D vue @vuepress/client@next vuepress@next
65+ pnpm add -D vuepress@next @vuepress/client@next vue
6666```
6767
6868 </CodeGroupItem >
Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
3131 <CodeGroupItem title =" PNPM " active >
3232
3333``` bash
34- # install in your project
35- pnpm add -D vue @vuepress/client@next vuepress@next
34+ # 在你的项目中安装
35+ pnpm add -D vuepress@next @vuepress/client@next vue
3636
37- # create a markdown file
37+ # 新建一个 markdown 文件
3838echo ' # Hello VuePress' > README.md
3939
40- # start writing
40+ # 开始写作
4141pnpm vuepress dev
4242
43- # build to static files
43+ # 构建静态文件
4444pnpm vuepress build
4545```
4646
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pnpm add -D vuepress-webpack@next
1818
1919 </CodeGroupItem >
2020
21- <CodeGroupItem title =" YARN " active >
21+ <CodeGroupItem title =" YARN " >
2222
2323``` bash
2424yarn remove vuepress
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ npm init
6060- ** 步骤 3** : 将 VuePress 安装为本地依赖
6161
6262<CodeGroup >
63- <CodeGroupItem title =" pnpm " active >
63+ <CodeGroupItem title =" PNPM " active >
6464
6565``` bash
66- pnpm add -D vuepress@next vue @vuepress/client@next
66+ pnpm add -D vuepress@next @vuepress/client@next vue
6767```
6868
6969 </CodeGroupItem >
You can’t perform that action at this time.
0 commit comments