Product QuickView Magento 2 Module
A module to quick view products for Magento2
Manually
To install this module copy the code from this repo to app/code/Space48/QuickView
folder of your Magento 2 instance, then you need to run php bin/magento setup:upgrade
Via composer:
From the terminal execute the following:
composer config repositories.space48-quick-view vcs git@github.com:Space48/QuickView.git
then
composer require "space48/quickview:{release-version}"
Once installed, go to the Admin Panel -> Stores -> Configuration -> Space48 -> Quick View
and enable
the extension.