Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inin88_rongtianyang committed May 23, 2024
1 parent 38f62eb commit 893845e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ cd jgsrty.github.docs
#### 安装依赖 - Install dependencies
```
# 安装 - install
$ npm install
$ yarn install
# 本地运行 - dev
$ npm run dev
Expand Down
20 changes: 20 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,23 @@ footer: MIT Licensed | Copyright © 8102-present Evan You
---
<!-- <src-rtyMusicList></src-rtyMusicList>
<src-nintendoPoint></src-nintendoPoint> -->

<!-- <CodeGroup>
<CodeGroupItem title="pnpm" active>
```bash
# 安装 vite 打包工具
pnpm add -D vuepress@next @vuepress/bundler-vite@next
```
</CodeGroupItem>
<CodeGroupItem title="yarn">
```bash
# 安装 vite 打包工具
yarn add -D vuepress@next @vuepress/bundler-vite@next
```
</CodeGroupItem>
</CodeGroup> -->

0 comments on commit 893845e

Please sign in to comment.