This repository contains a simple example demonstrating how to deploy the Universal Viewer inside Vite.
After cloning the repository and running npm i, you can npm run dev to run the code in interactive development mode, or you can vite build to create a static build of the example.
This repository was created by running npm create vite@latest, removing unnecessary static assets, and creating a minimum viable UV integration.