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...
## Current behavior PM2 requires ts-node instead of running purely on the built code from `dist` ## Expected behavior I can build the project with dev dependencies, install prod dependencies...
## What is the motivation for adding / enhancing this feature? WebP Image formats are supported by multiple browsers now, supporting it should be good for improved performance. Switching to...
## What is the motivation for adding / enhancing this feature? https://github.com/expressjs/response-time It should enabled via config variable (default on) - available in both: production and development setup
## What is the motivation for adding / enhancing this feature? Currently, we're outputting all the styles (extracted from Vue components) in the HTML - which causes pretty huge HTML...
## What is the motivation for adding / enhancing this feature? Currently we're having lazy loading which is not optimally configured; it generates placeholder urls in the SSR mode -...
## What is the motivation for adding / enhancing this feature? Translations are tightly coupled with theme therefore should be in a theme. Different themes could have different translations. ##...
## What is the motivation for adding / enhancing this feature? When I checked commits, everyone writes them in a different way. Conventional commits help keep them simple, short and...
## What is the motivation for adding/enhancing this feature? Add unit tests for the module. Reference/example: * https://github.com/DivanteLtd/vue-storefront/tree/develop/core/modules/catalog-next/test/unit * https://github.com/DivanteLtd/vue-storefront/blob/develop/core/modules/url/test/unit/formatCategoryLink.spec.ts ## What are the acceptance criteria * [ ] all...
## What is the motivation for adding/enhancing this feature? Add unit tests for the module. Reference/example: * https://github.com/DivanteLtd/vue-storefront/tree/develop/core/modules/catalog-next/test/unit * https://github.com/DivanteLtd/vue-storefront/blob/develop/core/modules/url/test/unit/formatCategoryLink.spec.ts ## What are the acceptance criteria * [ ] all...
## What is the motivation for adding/enhancing this feature? When updating VueStorefront we also have to update the theme. Due to copying the whole default theme and modifying it, we...