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...
### What is your question / Please describe your issue Hi guys, I have a headache, according to the documentation, I integrated '@vue-storefront/redis-cache', and in a certain page, set the...
Hey I found one bug related to `useCart` composable functionality. Namely if we use `clear()` method it would clear/delete current cart regarding to the API, however, it doesn't clear local...
### Describe the Bug useUserShippingFactory is passing readonlyShipping variables which is unref(shipping). shipping variable is reactive, but readonlyShipping is not a computedProp so when any kind of changes happens at...
### Describe the Bug 1- npx @vue-storefront/cli init 2- cd myprojet 3- npm install error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...
This repository currently uses Yarn 1 (classic), which is no longer supported. I suggest migrating to PNPM, which: - offers [better performance](https://pnpm.io/benchmarks), - saves [disc space](https://pnpm.io/motivation#saving-disk-space-and-boosting-installation-speed), - allows [updating dependencies](https://pnpm.io/cli/update),...
### Provide a description of requested docs changes I know with nuxt.js static site generation is possible, but it looks like Vue Storefront really depends on SSR. Can I please...
## Description This PR fixes the issue: https://github.com/vuestorefront/vue-storefront/issues/6711 except the translations in validations. ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots: ## Types...
## Description I think it would be a good idea to leave the door open for preventing locale redirects in vsf applications. Last month we overwrote the default `i18n` locale...