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.

Maintainers

Package info

github.com/mage-obsidian/module-storefront

Language:TypeScript

Type:magento2-module

pkg:composer/mage-obsidian/module-storefront

Transparency log

Fund package maintenance!

Ko Fi

Statistics

Installs: 22

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.2.0 2026-07-13 17:27 UTC

This package is auto-updated.

Last update: 2026-07-13 18:53:42 UTC


README

Latest Version License

๐Ÿ“š 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.