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
Fund package maintenance!
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 01:53:41 UTC
README
๐ Documentation ยท ๐ Live demo ยท ๐ฌ Discussions
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.