vue-storefront-1
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...
## 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...
## 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....
* Put only config options that are mandatory in local config, document others, * Lower the number of config options required for the user
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...
Why I cannot use Node v12? Minimum version – ok, I understand. But what a problem with maximum version?
## 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 ##...
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...
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.
* removing unnecessary loaders * minimize the scope of loaders https://webpack.js.org/guides/build-performance/
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.