Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35c5fe3

Browse files
committed
update: readme
1 parent 3f58e3d commit 35c5fe3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README-zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd my-project
2424
2. 进入目录安装依赖。
2525

2626
```bash
27-
yarn install
27+
pnpm install
2828
```
2929

3030
或者
@@ -36,7 +36,7 @@ npm install
3636
3. 启动本地服务器。
3737

3838
```bash
39-
yarn dev
39+
pnpm dev
4040
```
4141

4242
或者
@@ -45,7 +45,7 @@ yarn dev
4545
npm run dev
4646
```
4747

48-
4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)
48+
4. 启动完成后会自动打开浏览器访问 [http://localhost:5173](http://localhost:5173)
4949

5050
</details>
5151

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd my-project
2424
2. Installation dependence.
2525

2626
```bash
27-
yarn install
27+
pnpm install
2828
```
2929

3030
Or
@@ -36,7 +36,7 @@ npm install
3636
3. Start local server.
3737

3838
```bash
39-
yarn dev
39+
pnpm dev
4040
```
4141

4242
Or
@@ -45,7 +45,7 @@ Or
4545
npm run dev
4646
```
4747

48-
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).
48+
4. After the startup is complete, open a browser and visit [http://localhost:5173](http://localhost:5173).
4949
</details>
5050

5151
<details>

0 commit comments

Comments
 (0)