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? Let's imagine we have products like: ``` flame flamingo ``` After I type: `flam` in the search I am...
# Summary [summary]: #summary Include an alternative page translation engine, including dynamic data (product titles, description), using Prismic as a source # Motivation [motivation]: #motivation Currently, the only good way...
## What is the motivation for adding / enhancing this feature? Building takes a lot of time. We can try to reduce it with parallel building ## What are the...
# Executed docker-compose up And the terminal is stuck on building fresh packages Which version of yarn should I use?
## Current behavior I am trying to change the value of this `robots` meta tag from my custom component: ``` ``` My goal is to _modify_ the existing tag. However,...
## What is the motivation for adding / enhancing this feature? One of the cool potential cases for using VSF is implementing just some pages on VSF and leep the...
## What is the motivation for adding / enhancing this feature? This would be helpful to see the current commit, branch, version you are are on as a developer some...
## What is the motivation for adding / enhancing this feature? Mercure repository: https://github.com/dunglas/mercure The Mercure protocol allows to push data updates to web browsers and other HTTP clients. It...
## Current behavior The scenario we want to accomplish is where Vue Storefront store codes in the URL are different from the store code in the API layer (and Magento...
## Current behavior When executing the following command from **docs/guide/basics/recipes.md**, an empty file i18n.csv is created: ``` grep --include \*.js --include \*.vue -nrw ./ -e 'i18n.t(' -e '$t(' -h |...