Skip to content

Commit 19e12f8

Browse files
committed
docs: remove homepage snippets
1 parent d857f8d commit 19e12f8

File tree

2 files changed

+0
-116
lines changed

2 files changed

+0
-116
lines changed

docs/README.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -24,61 +24,3 @@ features:
2424
details: Default bundler is Vite, while Webpack is also supported. Choose the one you like!
2525
footer: MIT Licensed | Copyright © 2018-present Evan You
2626
---
27-
28-
### As Easy as 1, 2, 3
29-
30-
<CodeGroup>
31-
<CodeGroupItem title="PNPM" active>
32-
33-
```bash
34-
# install in your project
35-
pnpm add -D vuepress@next @vuepress/client@next vue
36-
37-
# create a markdown file
38-
echo '# Hello VuePress' > README.md
39-
40-
# start writing
41-
pnpm vuepress dev
42-
43-
# build to static files
44-
pnpm vuepress build
45-
```
46-
47-
</CodeGroupItem>
48-
49-
<CodeGroupItem title="YARN">
50-
51-
```bash
52-
# install in your project
53-
yarn add -D vuepress@next
54-
55-
# create a markdown file
56-
echo '# Hello VuePress' > README.md
57-
58-
# start writing
59-
yarn vuepress dev
60-
61-
# build to static files
62-
yarn vuepress build
63-
```
64-
65-
</CodeGroupItem>
66-
67-
<CodeGroupItem title="NPM">
68-
69-
```bash
70-
# install in your project
71-
npm install -D vuepress@next
72-
73-
# create a markdown file
74-
echo '# Hello VuePress' > README.md
75-
76-
# start writing
77-
npx vuepress dev
78-
79-
# build to static files
80-
npx vuepress build
81-
```
82-
83-
</CodeGroupItem>
84-
</CodeGroup>

docs/zh/README.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -24,61 +24,3 @@ features:
2424
details: 默认的打包工具是 Vite ,也同样支持 Webpack 。选一个你喜欢的来使用吧!
2525
footer: MIT Licensed | Copyright © 2018-present Evan You
2626
---
27-
28-
### 像数 1, 2, 3 一样容易
29-
30-
<CodeGroup>
31-
<CodeGroupItem title="PNPM" active>
32-
33-
```bash
34-
# 在你的项目中安装
35-
pnpm add -D vuepress@next @vuepress/client@next vue
36-
37-
# 新建一个 markdown 文件
38-
echo '# Hello VuePress' > README.md
39-
40-
# 开始写作
41-
pnpm vuepress dev
42-
43-
# 构建静态文件
44-
pnpm vuepress build
45-
```
46-
47-
</CodeGroupItem>
48-
49-
<CodeGroupItem title="YARN">
50-
51-
```bash
52-
# 在你的项目中安装
53-
yarn add -D vuepress@next
54-
55-
# 新建一个 markdown 文件
56-
echo '# Hello VuePress' > README.md
57-
58-
# 开始写作
59-
yarn vuepress dev
60-
61-
# 构建静态文件
62-
yarn vuepress build
63-
```
64-
65-
</CodeGroupItem>
66-
67-
<CodeGroupItem title="NPM">
68-
69-
```bash
70-
# 在你的项目中安装
71-
npm install -D vuepress@next
72-
73-
# 新建一个 markdown 文件
74-
echo '# Hello VuePress' > README.md
75-
76-
# 开始写作
77-
npx vuepress dev
78-
79-
# 构建静态文件
80-
npx vuepress build
81-
```
82-
83-
</CodeGroupItem>
84-
</CodeGroup>

0 commit comments

Comments
 (0)