From 35c5fe36fba07ef34239a0a489ba17ed6933bd00 Mon Sep 17 00:00:00 2001 From: Vick Scarlet Date: Sat, 5 Apr 2025 18:03:43 +0800 Subject: [PATCH] update: readme --- README-zh_CN.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index f31fc63..d23330f 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -24,7 +24,7 @@ cd my-project 2. 进入目录安装依赖。 ```bash -yarn install +pnpm install ``` 或者 @@ -36,7 +36,7 @@ npm install 3. 启动本地服务器。 ```bash -yarn dev +pnpm dev ``` 或者 @@ -45,7 +45,7 @@ yarn dev npm run dev ``` -4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。 +4. 启动完成后会自动打开浏览器访问 [http://localhost:5173](http://localhost:5173)。 diff --git a/README.md b/README.md index ce2faba..d1bdffb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cd my-project 2. Installation dependence. ```bash -yarn install +pnpm install ``` Or @@ -36,7 +36,7 @@ npm install 3. Start local server. ```bash -yarn dev +pnpm dev ``` Or @@ -45,7 +45,7 @@ Or npm run dev ``` -4. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html). +4. After the startup is complete, open a browser and visit [http://localhost:5173](http://localhost:5173).