JSPM

@ecomplus/widget-product

1.0.0-next.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 269
  • Score
    100M100P100Q98118F
  • License MIT

Storefront plugin & Vue component for full product block

Package Exports

  • @ecomplus/widget-product
  • @ecomplus/widget-product/src/components/EcImage.vue
  • @ecomplus/widget-product/src/components/EcPrices.vue
  • @ecomplus/widget-product/src/components/EcShipping.vue
  • @ecomplus/widget-product/src/components/EcShippingLine.vue
  • @ecomplus/widget-product/src/lib/dictionary

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ecomplus/widget-product) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Widget Product

CodeFactor npm version license mit

Storefront plugin & Vue component for product block

Get started

npm i --save @ecomplus/widget-product

Plug & play widget for storefront-template:

import widgetProduct from '@ecomplus/widget-product'
widgetProduct()

Vue component:

import EcProduct from '@ecomplus/widget-product/src/components/EcProduct.vue'

Vue components

Reusable Vue components available at src/components:

  • EcProduct
  • EcPrices
  • EcShipping
  • EcShippingLine
  • EcImage
  • EcGallery