riverstone / infinite-scroll
无限滚动扩展自动加载产品目录,无需重新加载页面
1.0.0
2023-11-10 09:50 UTC
Requires
- magento/framework: *
README
如何安装和升级 Riverstone_InfiniteScroll
1. 通过 composer 安装(推荐)
我们建议您通过 composer 安装 Riverstone_InfiniteScroll 模块。安装、更新和维护都很容易。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require riverstone/infinite-scroll
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update riverstone/track-order
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的店铺处于产品模式,请运行编译命令
php bin/magento setup:di:compile