swissup/module-pwa-studio-integration

Add custom graphql api and fixes

1.0.1 2022-07-14 12:51 UTC

This package is auto-updated.

Last update: 2024-04-14 16:25:42 UTC


README

This module add custom fixes and integration for compatability with pwa-studio and our pwa themes https://github.com/swissup/pwa-argento-home

For clients

There are several ways to install extension for clients:

  1. If you've bought the product at Magento's Marketplace - use Marketplace installation instructions

  2. Otherwise, you have two options:

cd <magento_root>
composer require swissup/module-pwa-studio-integration 
bin/magento module:enable Swissup_PwaStudioIntegration Swissup_Core
bin/magento setup:upgrade
bin/magento setup:di:compile
For maintainers
cd <magento_root>
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/module-pwa-studio-integration --prefer-source --ignore-platform-reqs
bin/magento module:enable Swissup_PwaStudioIntegration Swissup_Core
bin/magento setup:upgrade
bin/magento setup:di:compile