swissup / module-pwa-studio-integration
添加自定义graphql API和修复
1.0.1
2022-07-14 12:51 UTC
Requires
- swissup/module-core: ^1.12.9
This package is auto-updated.
Last update: 2024-09-14 17:32:14 UTC
README
本模块添加自定义修复和与pwa-studio及我们pwa主题的集成 https://github.com/swissup/pwa-argento-home
对于客户
有几种方法为客户安装扩展
-
如果您在Magento的Marketplace购买了产品 - 使用 Marketplace安装说明
-
否则,您有两种选择
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
对于维护者
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