vue-storefront
vue-storefront copied to clipboard
Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to...
### Acceptance critera * Product name is a link * Customer can navigate to product details page from cart sidebar view
# Summary [summary]: #summary Let's make api-client available inside extension's hooks. # Motivation [motivation]: #motivation With this feature, we would be able to modify api-client's object before call - e.g....
## Package @vue-storefront/[email protected] ## Current behavior When incremental compilation checks are added to path packages/core/core a compilation error is produced on the file at "packages/core/core/src/utils/ssr/index.ts" ## Error semantic error TS2322:...
## What is the motivation for adding / enhancing this feature? Remediate deprecation warning that is generated in build console for the boilerplate theme, and append a file to the...
## What is the motivation for adding / enhancing this feature? 1. Current documentation, and engine configurations in package.json reference min version of node 10, which is potentially problematic given...
Currently, we assume that the `products` passed to `getAttributes` and `getFiltered` methods in `ProductGetters` is an array of `PRODUCT`, but the response from the API could be of any type....
Use `unref` on parameters passed to all getters (both in `commercetools` and `boilerplate`) to accept both the reactive properties and raw values. This will prevent many issues and shorten getters...
We still don't have acceptable DX when it comes to custom queries. There is an idea to simply copy all of the used graphql queries into the projects once we...