We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47823b0 commit 19c619bCopy full SHA for 19c619b
docs/www/docs/use/2-emulator.md
@@ -83,3 +83,4 @@ Here are some of the default ports used by dev servers in popular front-end fram
83
| [React (Create React App)](https://reactjs.org/docs/create-a-new-react-app.html) | 3000 | `swa start http://localhost:3000` |
84
| [Svelte (sirv-cli)](https://github.com/lukeed/sirv/tree/master/packages/sirv-cli/) | 5000 | `swa start http://localhost:5000` |
85
| [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