• Joined on 2023-06-07
Stephan opened issue Shop/Shop-Storefront#6 2025-11-25 15:20:09 +00:00
Implement Header-Designs
Stephan commented on issue Shop/Shop-Storefront#4 2025-11-25 15:14:06 +00:00
Define json-datamodel corresponding to Issue 2 (Abstract layout for frontpage)

First Version did go very low level, including divs and basic components. ` [ { "Nav": { "props": {}, "children": [ { "Div": { "props": {…

Stephan pushed to layout-system-basics at Shop/Shop-Storefront 2025-11-25 14:41:50 +00:00
3e5a88f42d added a filenamemapper , used to faster switch between filenames.
Stephan pushed to layout-system-basics at Shop/Shop-Storefront 2025-11-25 14:17:25 +00:00
39fe0c81e5 added packages to support markdown
Stephan created branch layout-system-basics in Shop/Shop-Storefront 2025-11-19 17:19:33 +00:00
Stephan pushed to layout-system-basics at Shop/Shop-Storefront 2025-11-19 17:19:33 +00:00
51d6ee2051 feat(layout-system basics): Added component-map, component-props, configloader and renderer.