shacl-vue/docs/.vitepress
Stephan Heunis 6851979795 Allow configuring URLs of shapes, classes, and data
This involved moving configuration fetching into a composable
which is used on app startup in App.vue. Only once the config
is fetched, are all data sources also fetched (shapes, classes
and data). Config urls default to local demo files if not provided.
All data are now fetched in App.vue, instead of shapes previously
being fetched in MainForm.vue component. A loader placeholder is
used while fetching data to improve UX. Composables are updated
to deal with config, default, local, and remote URLs. Finally,
docs are updated accodingly.
2024-09-09 23:36:34 +02:00
..
config.mjs Allow configuring URLs of shapes, classes, and data 2024-09-09 23:36:34 +02:00