mage-obsidian / module-storefront
Storefront logic for MageObsidian: ViewModels, legacy layout neutralization and shared Vue islands that bring Luma-level functionality to the modern frontend.
Package info
github.com/mage-obsidian/module-storefront
Language:TypeScript
Type:magento2-module
pkg:composer/mage-obsidian/module-storefront
Requires
This package is auto-updated.
Last update: 2026-06-23 03:52:35 UTC
README
Storefront logic for MageObsidian. This module hosts the PHP layer that brings Luma-level functionality to the modern frontend, paired with the MageObsidian/default theme:
- ViewModels — the functional equivalents of Luma's blocks/helpers, consumed by the theme's templates.
- Legacy layout neutralization — enumerated
<referenceBlock remove="true"/>overrides (with<sequence>over the relevant core modules) that switch off the inert RequireJS/Knockout markup of each migrated module. - Shared Vue islands — reusable interactive components mounted by
renderVueComponent.
It reuses Magento's native backends (e.g. customer section data at /customer/section/load) rather than reimplementing them.
Documentation
For more details, visit the official documentation.