vue-storefront-1 icon indicating copy to clipboard operation
vue-storefront-1 copied to clipboard

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total cov...

Results 100 vue-storefront-1 issues
Sort by recently updated
recently updated
newest added

## What is the motivation for adding/enhancing this feature? When using a mobile to browse the app, on the product view, it would be easier to purchase an item if...

VSF1
feature request
vs-hackathon

## What is the motivation for adding / enhancing this feature? If you set a basic auth on API, there is no way to connect to it from SSR VSF....

VSF1
feature request
3: Medium complexity
vs-hackathon

* Put only config options that are mandatory in local config, document others, * Lower the number of config options required for the user

VSF1
RFC
10: Very complex
XL: extensive effort

One of the more challenging parts of the checkout has been payment gateways. This RFC is an effort to streamline integrations, offering standardized workflows. Since integrations like these touch the...

VSF1
RFC
10: Very complex
XL: extensive effort

Why I cannot use Node v12? Minimum version – ok, I understand. But what a problem with maximum version?

question
VSF1

## What is the motivation for adding / enhancing this feature? Add the support for Cloudinary for image proxy instead of using the `/api/img` endpoint. Related source location: https://github.com/DivanteLtd/vue-storefront/blob/65b964f049f3d100a8523779ca20aa78af6def7f/core/helpers/index.ts#L46 ##...

VSF1
feature request
3: Medium complexity
vs-hackathon

I had problem with css rendering. Here I use vue-boostrap but after Vue-Storefront render complete my boostrap button will got override by Vue-Storefront css ?! So how can I install...

question
VSF1

The notifications are to be moved to `vuestorefront/libs`. The notifications should be moved to the template as it is presentation logic. The developer implementing would decide what is shown.

VSF1
3: Medium complexity
L: considerable change

* removing unnecessary loaders * minimize the scope of loaders https://webpack.js.org/guides/build-performance/

VSF1
P4: Nice to have
10: Very complex
XL: extensive effort

Modules, Service Workers and Server Routes should be able to be extended on both _global_, as well as _theme_ level. Currently only _global_ is possible.

VSF1
5: Complex
P4: Nice to have
M: takes some effort