You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ cd my-project
24
24
2. Installation dependence.
25
25
26
26
```bash
27
-
yarn install
27
+
pnpm install
28
28
```
29
29
30
30
Or
@@ -36,7 +36,7 @@ npm install
36
36
3. Start local server.
37
37
38
38
```bash
39
-
yarn dev
39
+
pnpm dev
40
40
```
41
41
42
42
Or
@@ -45,7 +45,7 @@ Or
45
45
npm run dev
46
46
```
47
47
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).
0 commit comments