squeezely / magento2-hyva-plugin
Hyvä Themes Compatibility module for Squeezely Plugin
Installs: 20 617
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
Requires
- hyva-themes/magento2-compat-module-fallback: *
- magento/framework: *
- squeezely/magento2-plugin: *
This package is auto-updated.
Last update: 2025-04-10 16:30:09 UTC
README
General Hyvä Compatibility for Squeezely
This repository hold the module to add support for Squeezely to Hyvä. This module has a dependency on the Squeezely Magento 2 module. https://github.com/squeezely/magento2-pluginAbout Squeezely
With Squeezely you can create the most advanced buyer journeys and personalization applications out-of-the-box.
Installation
- Install the module using composer:
composer require squeezely/magento2-hyva-plugin
- Enable the module:
bin/magento module:enable Squeezely_HyvaPlugin
- Upgrade the database:
bin/magento setup:upgrade
- Let Hyvä know about the new module:
php bin/magento hyva:config:generate
- Generate the CSS files:
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
Or from your theme:
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod