squeezely/magento2-hyva-plugin

Hyvä Themes Compatibility module for Squeezely Plugin

Installs: 5 380

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: 2024-05-10 14:30:19 UTC


README

68747470733a2f2f75706c6f6164732d73736c2e776562666c6f772e636f6d2f3631663762323434336563633464373432366339363339662f3633663362343362633033626238303033346432376565645f53514c4f474f2d702d3530302e706e67

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