Skip to content

Commit ba1c31d

Browse files
committed
chores
1 parent fc029f1 commit ba1c31d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 安装
44

5-
``` shell
5+
```shell
66
npm install
77
```
88

@@ -11,16 +11,17 @@ npm install
1111
```shell
1212
npm run docs:dev
1313
```
14-
浏览器打开 http://localhost:5173
14+
15+
浏览器打开 <http://localhost:5173>
1516

1617
## 部署
1718

1819
```shell
1920
npm run docs:build
2021
```
2122

22-
本地预览,执行下列命令后,生成一个本地静态 Web 服务 http://localhost:4173,该服务以 .vitepress/dist 作为源文件
23+
本地预览,执行下列命令后,生成一个本地静态 Web 服务 <http://localhost:4173>,该服务以 .vitepress/dist 作为源文件
24+
2325
```shell
2426
npm run docs:preview
2527
```
26-

0 commit comments

Comments
 (0)