Type
magento2-module
A simple module that allows you to use OwlCarousel with Magento 2
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
This simple module allows You to use OwlCarousel following the Magento way.
Questo semplice modulo ti permetterà di usare OwlCarousel seguendo le linee guida di Magento.
Add the following lines into your composer.json
...
"require":{
...
"vmasciotta/magento2-owl-carousel":"1.0.0"
},
...
"repositories":[
{"type": "vcs", "url":"[email protected]:vmasciotta/magento2-owl-carousel.git"}
]
Then type the following commands from your Magento root:
$ composer update
$ ./bin/magento cache:disable
$ ./bin/magento module:enable Vmasciotta_OwlCarousel
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable
Using data-mage-init
:
```html
Using <script>
tag:
```html
```