figma file for storefront ui 2.3?
Is there a figma file for storefront ui 2.3 components? I have the 2.2 but want to use the latest if it is available.
https://www.figma.com/file/7APRfAoRBRwsZeu07wN5Vg/Storefront-UI-%7C-Design-Kit-v2.2-(public)?type=design&node-id=22913-91045
Thanks...
Vue Storefront / LiveStory integration
Hello, please I'm looking for assistance in order to embed a Layout from LiveStory into Vue Storefront.
Need to add one js script into the head and another into a component.
Thanks in advance...
CLI commands
I know it's in beta, but does anybody have any experience with
npx @vue-storefront/cli generate store
actually working?
I tried to run it a couple of days ago and it got stuck on the screen attached. I killed it after something like 4 hours.
I was also wondering how generate store
is different from init
. My understanding is that the first one should just generate a Magento store.
Is the second one supposed to do the same thing or does it add anything extra?...Local Setup
Hi, guys. I'm trying to set things up according to https://docs.vuestorefront.io/magento/installation-setup/installation.html.
Magento is up and running, GraphQL is enabled and working.
My .env looks like this:
```
VSF_NUXT_APP_ENV=development...
Can't get rid of my page's scrollbar
JS/Vue 3: I already tried overflow:hidden, overflow-y:hidden, background-color:transparent, web-kit stuff. The scroll bar disappears, but not the strip that it is located. What can I do about it?
I get an error after initialization, when testing the demo on the local
I start the project following the documentation, but an error occurs at the beginning and integration with Shopify does not work
Node.js version - 16.14...
Where to host the final application
Hey guys Iam new to vue storefront, a question regarding the hosting of the final storefront. Can I host it on shopify? Or do I need to host it anywhere else? If so what is the best hosting solution? Hope the question isn't that stupid xD
Custom integration example/docs
There was mention that updated example & docs for custom integrations were coming late May... What's the status of this?
We are about to kickoff development and can't drag our feet in discovery anymore. I need to have confidence that we are building in a future-proof fashion, as this is a significant $ project....
SfGallery dosen't set width and height.
Here my component, sets default width and height (422x664). Same for thumbs (160x160 default values)
`` <SfGallery
v-if="productGallery"
:images="productGallery"
:imageWidth="500"...
Deployment guide
Hello Guys,
Is there any recommended deployment guide for VSF? I tried searching the official documentation but couldn't find anything. Is there any article or blog that i can follow?
P.S. I am trying to deploy VSF on Debian server....
Server Middleware - Express.JS body size limit
Hello,
We are currently using VSF 2.5 (which as per package-lock.json uses express 4.17.1) to integrate with our product.
In doing so I encountered an issue with the body size limit for a post request used to add a product of one of our customers to a database that should hold that information.
The error I am receiving when I try to send the JSON body to our API tells me the following:...
Building on docker is missing module files
Hello everyone
Im trying to build and run vue-storefront inside Docker.
I was surprised that I couldn't find an official image for this, but i just wrote a simple Dockerfile for a nuxt app
...
How to Debug 404 Error - Is this VSF issue or Spree Backend?
Hi, I've setup Vue Storefront 2 multiple ways now (via git repo, with cli, etc), as well as both with my own spree backend app as well as the spree demo backend. In all instances, I'm having trouble with the home page freezing up and not properly loading. The error I get in browser console through Nuxt SSR is:
[VSF][error]: n [BasicSpreeError]: Spree returned a HTTP 404 error code
at a.processSpreeError (/home/<more path here>/spree/node_modules/@spree/storefront-api-v2-sdk/dist/server/index.js:1:2507)
...
Getting error while installing Vue-storefront by using CLI
Hi,
I am following VSF documentation to install it locally by using cli command
...
npx @vue-storefront/cli init
npx @vue-storefront/cli init
About request log from middleware to magento
hi everyone
I hope this message finds you well. I am reaching out today to ask for some guidance regarding a challenge I'm facing. Specifically, I need to inspect the requests (including headers) sent from Nuxt(is middleware) to Magento, and I'm not quite sure about the best way to accomplish this.
I've attempted to log requests in plugins and middleware. While this did give me some request records, it seems that those are only requests made between the browser and the middleware, which isn't seem exactly what I need....
VSF2 product Swatch
Hello everyone ,
I'm just curious if i can implement product image swatches in product details page in VSF2,
same as in magento product details page .
I am using magento 2 integration....
VSF Hosting - deploy on vercel
Hello everyone, did anyone manage to get this deployed to vercel... i am pretty close... the build works and its also accessible but i cannot get it to access the server... did anyone get this to work as hosting on vercel?
Fetch .env variables in .vue files
Hello everyone ,
I am trying to fetch an .env variable in "modules/checkout/components/VsfPaymentProvider.vue"
but "process.env.SOME_KEY" is not working for me , which is the default way to access env in .vue files ....
Server side render
I am using v1 verison of this library, but I found that SfFooter componet does not get rendered on the server side, so does this library support SSR ?
Custom Integration Boilerplate - Where is functionality?
Hi,
we're implementing a complete custom integration with backend, api, theme etc 🙂
i'm curios how the shipping var is filled with calling the load function in useUserShipping. I can't find that code - only the types - could you tell me were to find it?...