This repository contains example code for a custom app that can be deployed on the VETRO platform. A custom app is a web application that is hosted on the VETRO platform and can be accessed by users of VETRO. Apps are built using ReactJS and are rendered as a native React component within the VETRO platform.
Custom apps can be placed in the following locations within the VETRO platform:
-
App: The app is displayed as a full-screen section within the VETRO platform and available on the main navigation menu. The url for the app is the app id.
-
Feature Panel: The app is displayed as a tab within the feature panel when a feature is selected.
The app id is a unique identifier for the app. The app id is used to access the app in the VETRO platform. The app id needs to be added to vite.config.ts in order for the app to work correctly.