Skip to content

Commit 19c619b

Browse files
docs: add default port for vite-based frameworks (#571)
1 parent 47823b0 commit 19c619b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/www/docs/use/2-emulator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ Here are some of the default ports used by dev servers in popular front-end fram
8383
| [React (Create React App)](https://reactjs.org/docs/create-a-new-react-app.html) | 3000 | `swa start http://localhost:3000` |
8484
| [Svelte (sirv-cli)](https://github.com/lukeed/sirv/tree/master/packages/sirv-cli/) | 5000 | `swa start http://localhost:5000` |
8585
| [Vue](https://cli.vuejs.org/) | 8080 | `swa start http://localhost:8080` |
86+
| [Vite-based frameworks](https://vitejs.dev/) | 5173 | `swa start http://localhost:5173` |

0 commit comments

Comments
 (0)