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

v1.0.1 2024-01-10 13:48 UTC

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-plugin

About Squeezely

With Squeezely you can create the most advanced buyer journeys and personalization applications out-of-the-box.

Installation

  1. Install the module using composer:
composer require squeezely/magento2-hyva-plugin
  1. Enable the module:
bin/magento module:enable Squeezely_HyvaPlugin
  1. Upgrade the database:
bin/magento setup:upgrade
  1. Let Hyvä know about the new module:
php bin/magento hyva:config:generate
  1. 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