@vue-skuilder/standalone-ui 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,10 @@ When courses are generated via the Skuilder CLI, this template transforms into c
15
15
 
16
16
  Vue 3, Vuetify 3
17
17
 
18
+ ## Theme Configuration
19
+
20
+ Theme colors and styling are loaded from `skuilder.config.json` at runtime. The application automatically applies both light and dark theme variants based on the configuration. When generated via the Skuilder CLI, this file is populated with the selected theme's complete color palette including all Vuetify semantic colors.
21
+
18
22
  ## Development
19
23
 
20
24
  The existing `./skuilder.config.js` file contains a devenv config that loads an `anatomy` course from the existing test DB docker image.