This documentation is to assist developers of Prez UI, not users or installers.
The object page has the following behaviour:
- If a URI has been supplied:
- If the resource does not exist in the data, display a not found error message
- If the resource exists but does not have a
prez:link
, display a message saying the resource contains no links within Prez - If the resource has one
prez:link
, automatically redirect to that page within Prez UI - If the resource has multiple links, list them to select from on the object page
- If no URI has been supplied, show base object page, containing info on how to use this page
Visual Studio Code is the recommended IDE for development on Prez UI because of its intellisense with TypeScript. These extensions are highly recomended:
- Vue Language Features (Volar)
- TypeScript Vue Plugin (Volar)
- Make sure to enable takeover mode
Nice-to-haves: