Storefront plugin & Vue component for full product block
npm install @ecomplus/widget-product


Storefront plugin & Vue component for product block
``bash`
npm i --save @ecomplus/widget-product
Plug & play widget for
storefront-template:
`js`
import widgetProduct from '@ecomplus/widget-product'
widgetProduct()
Vue component:
`js`
import EcProduct from '@ecomplus/widget-product/src/components/EcProduct.vue'
Reusable Vue components available at
src/components:
- EcProductEcPrices
- EcShipping
- EcShippingLine
- EcImage
- EcGallery`
-