Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 585 Bytes

File metadata and controls

11 lines (6 loc) · 585 Bytes

Universal Viewer / Vite Deployment Example

This repository contains a simple example demonstrating how to deploy the Universal Viewer inside Vite.

Usage

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.

Background

This repository was created by running npm create vite@latest, removing unnecessary static assets, and creating a minimum viable UV integration.