Does the CLI create a Nuxt 3 Store?
We as a company are considering using VSF with Nuxt3 as a template for future projects. However I ran the boilerplate & see that there is no functionality implemented (add to cart, filtering etc.) . Anything we have to run beyond 'yarn install', 'yarn dev' to use the template?
Shopware pwa
Hello, i hope that i can ask this question.
I try to install the Shopware-pwa demo and at the Last step it do not generate the init. it says some possible Error s but i install the pwa plugin and i Test the api via curl in the Terminal all work.
I do not know what to do. That it works....
Facing issue while integrating new repo VSF
I'm integrating using lastest repo and facing issue even in example code. I'm unable to listen in api-client, but its working fine till sdk/src/methods/exampleMethod. I'm calling api-client from exampleMethod but api-client file is not called.
What happened to this server? Where did all the channels go?
Hey VSF people,
What happened to this server?
Where did all the channels go? If archived/hidden can they be accessed somehow?
...
Create Shop
Hii Guys, @rohrig @skirianov
I want to create new shop page in my vue storefront with all categories product in one and fetch from megnto 2 and also how to customize that all thing
How to customize internal pages in Vue Storefront...
Having an issue to install Vuestorefront in Windows system
Hey Guyz
I am getting that error by using this command "npx @vue-storefront/cli init". And following things are using in this project
CLI version = @vue-storefront/cli/4.4.0 win32-x64...
SfCarousel and bullet point
Hi folks, in my view I really need bullet point for carousel but SfCarousel dosen't support it. My solution it was clone componet (from node_module of course) and paste bullet navigation (as glide js documentation). In this way I going to import ever my custom carousel based on the original one.
```
<div class="sf-carouselwrapper">
<div ref="glide" class="glide">
<div class="glidetrack" data-glide-el="track">...
Typography plugin does not work
Hello everyone!!
I am starting to learn about Nuxt and Storefront ui (also not very familiar to Tailwind), I am using the component block for banners, the Hero one indeed. The point is that I tried to load the typography plugin as doc say, but for some reason it is not working. I checked the package.json and @storefront-ui/typography is present in it. I have a tailwind.config with the configuration you can see on the picture and it is placed in the root of the project. Could anyone give me any clue? Thanks in advance!...
Favicon
Favicon work correct in ,y local machine in dev mode. On dev serv (where we build prod mode) i have wrong link. i think this problem with webpack?
SFUI Figma merge
Hi,
I am wondering if there is a way to merge the new SFUI Design kit v2.5 release with my duplicated customised SFUI Design kit v2.4 release. Or what would be the best approach to use the SFUI design kit in figma branded and customised and don't miss out on all the new SFUI updates and still have functioning components.
I also noticed that besides the extra pages also new art boards appeared on existing pages and within existing pages stuff sometimes is re-arranged. I really would prefer not to manually check all pages with every update 😅...
Extending a default vue storefront component
Hello everyone,
I'm currently working on a project with Vue Storefront and I'd like to extend one of the default components. Could someone please help me on the best approach to achieve this?
I've gone through the documentation, but didnt saw a explanation or some code snippets that demonstrate how to extend a default Vue Storefront component effectively. I want to make sure I'm following the right practices for seamless development....
Best practices for Nuxt boilerplate - Magento
As a company we are discovering headless commerce as we develop a lot of headlless applications in Nuxt 3. Now our management wants to invest in e-commerce and I'm curious in best practices to get started.
1. I would say we start with using the nuxt 3 boilerplate: https://github.com/vuestorefront/storefront-nuxt3-boilerplate. However as the Guide (https://github.com/vuestorefront/storefront-nuxt3-boilerplate/blob/develop/GUIDE.md) tells, we have to configure our own middleware for, in our case, Magento integration. I would say I need to use the https://docs.vuestorefront.io/magento docs.
What do you suggest then? Should I replace all static functionaliteit within the Magento SDK? Or what would you advice?...
General question about get cmsblock in cmsPage
Hey gusys!
Hello everyone!
As we are aware, Magento supports nested blocks in CmsPage to dynamically load both dynamic and static content, or even CmsBlock....
api client context in frontend app
Hi guys,
I'm trying to build new integration using new Sdk Integration Boilerplate and I got stuck on how to get api-client context on frontend nuxt app. What I want to do is, to add token that i get from api-client/middleware response, after I get it on frontend app I want to save the token in app context so that api-client can take it and adds that Bearer token to header on every call. I have tried to add new fields to: packages/api-client/src/types/context/index.ts and read them here: playground/app/pages/methods/exampleMethod.vue but with no success. Maybe Its wrong idea to handle authentication token on frontend app, and it should only be handled on api-client?...
Newbie - Fetching product data from rest API
Hi all,
I am trying to evaluate VSF for a demo I am building. I am getting a bit lost right from the beginning when trying to generate my VSF project. In the CLI asks me for an e-commerce platform to integrate with, do I need to have one or can I work without it? My goal is simply to render products from an API containing product detail, pricing and stock levels.
I tried to clone the ecommerce-integration-boilerplate and use that as a custom platform but I still get a lot of errors when trying to create the project.
Is there something I am missing here?...
VueStorefront 1 - spin-up existing codebase on local env.
Hi guys!
I'm having a codebase for the vue storefront v1 connected with magento on the staging website.
I'm trying to spin it up locally somehow, but running
yarn install
goes into several issues.
For example:
```...Vue Storefront DigitalOcean Deployment
https://vuestorefront.io/blog/step-by-step-guide-deploying-vue-storefront-on-digitalocean
Following your guide makes the app build and deployment steps successful on DO but actually the app does not work. App is configured to run on 0.0.0.0:8080 (all interface) but the app is listening on a random IP for each deployment. I have attached the screenshots for your reference....
CartPageContent Component
Hey Peeps,
currently I can't find any information on the CartPageContent Component that is used in the Nuxt Boilerplate. It's not part of the documentation so far and also not to be found in the figma file.
- Was this overlooked or where can I find information about it?...
Wrong links in the documentation
Hello everyone, on this page all the links "See the ... for more information" are wrong:
https://docs.vuestorefront.io/magento/composition/list-of-composables.html
Where top get the updated links?...
Vue Storefront and Commercetools
Hi, I'm a beginner and I need a step by step guide to set up Vue Storefront and then integrate it with Commercetools.
If anyone can guide me through it then please let me know.
Also, it would be great if I am able to later host it online on heroku, netlify, etc.
Thank You....