https://vitejs.dev/ ## Notes ### Multi Page App You can build multiple pages with a single vite project, sharing the same components. For example, you can build a client web app and a internal web tool using the same components and helper methods. See [Multi-Page App](https://vitejs.dev/guide/build.html#multi-page-app)