classyllama / module-owlcarousel
此包已被废弃,不再维护。未建议替代包。
Magento 2 的 OwlCarousel JS 包
2.2.0
2016-12-29 22:43 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
This package is not auto-updated.
Last update: 2021-05-12 00:53:47 UTC
README
此存储库不再受支持或维护,已被存档。
此包使 JavaScript 库 OwlCarousel 作为 M2 模块可用。
注意,此版本的 OwlCarousel 符合 UMD 标准,详见 此分支。
安装说明
通过 Composer
如果您想使用 Composer 需求 OwlCarousel 模块,请选择此安装选项。这是典型的安装方法。
从您的 Magento 安装根目录运行以下命令。
composer require classyllama/module-owlcarousel:*
bin/magento module:enable --clear-static-content ClassyLlama_OwlCarousel
bin/magento setup:upgrade
bin/magento cache:flush
通过代码包
如果您尚未获得 zip 或 tar.gz 文件包,您可以通过访问 公共存储库的“发布”部分 并在“下载”下的最新版本中选择格式来获取它。
在您的 Magento 安装根目录下创建以下子目录路径
app/code/ClassyLlama/OwlCarousel
将 zip 或 tar.gz 包中的所有内容复制到新创建的目录中,然后从您的 Magento 安装根目录运行以下命令
bin/magento module:enable --clear-static-content ClassyLlama_OwlCarousel bin/magento setup:upgrade bin/magento cache:flush