Xin Zhang
commited on
Commit
·
1c09737
1
Parent(s):
7015ba3
[fix]: readme
Browse files- frontend/README.md +2 -1
frontend/README.md
CHANGED
@@ -26,7 +26,8 @@ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has a
|
|
26 |
```bash
|
27 |
yarn install
|
28 |
```
|
29 |
-
2. 启动项目(本地开发测试,后端api配置在config/client_config.ts
|
|
|
30 |
```bash
|
31 |
yarn dev
|
32 |
```
|
|
|
26 |
```bash
|
27 |
yarn install
|
28 |
```
|
29 |
+
2. 启动项目(本地开发测试,后端api配置在config/client_config.ts中,
|
30 |
+
前端项目启动本地的dev服务,访问http://localhost:5173/,可以看到前端项目,这种方式仅限于本地调试)
|
31 |
```bash
|
32 |
yarn dev
|
33 |
```
|