swissup / module-pwa-studio-integration
Add custom graphql api and fixes
Installs: 10 554
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- swissup/module-core: ^1.12.9
This package is auto-updated.
Last update: 2024-11-14 17:49:55 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:
-
If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
-
Otherwise, you have two options:
- Install the sources directly from our repository - recommended
- Download archive and use manual installation
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