Filip Rakowski
Filip Rakowski
AAlokai
Created by August on 7/1/2024 in #🙋|general-help
Vuestorefront and Odoo
@Diogo Duarte maybe you can help here
16 replies
AAlokai
Created by Ignat Insarov on 2/16/2024 in #🙋|general-help
Are there any storefront templates out there I can use for demonstration purposes?
@Ignat Insarov Hey! You can try the recently launched PWA from Plenty Markets as an example if that helps - https://pwa-docs.plentymarkets.com/ Code is here https://github.com/plentymarkets/plentyshop-pwa
10 replies
AAlokai
Created by pramos on 2/5/2024 in #🙋|general-help
What happened to VSF and Vendure integration?
While you're doing this this would be a great starting point https://github.com/vuestorefront/storefront-nuxt3-boilerplate
6 replies
AAlokai
Created by pramos on 2/5/2024 in #🙋|general-help
What happened to VSF and Vendure integration?
You mean what the process is for building an integration or finding the right one?
6 replies
AAlokai
Created by bokjo on 9/26/2023 in #🙋|general-help
New Storefront SDK integration + Middleware rewrite from old (Nuxt) v2 composables - getting started
Hey @bokjo! For a GraphQL API's one trick that I recommended to other integrator is to "just" have one endpoint called /api (or a few more when needed eg. one for queries, one for mutations, one for auth depending on your preference) and pass Queries/mutations directly from the frontend. The initial reason why we wanted to have the GQL integrations split by methods was based on assumptions that are no longer the case so if you're making a new integration I'd go this way. Then on the frontend you basically only do
import {productQuery} from '@/queries'

const result = await sdk.yourintegration.query({
customQuery: productQuery
});
import {productQuery} from '@/queries'

const result = await sdk.yourintegration.query({
customQuery: productQuery
});
35 replies
AAlokai
Created by bokjo on 9/6/2023 in #🙋|general-help
What happened to this server? Where did all the channels go?
Hey! We recently archived few channels in favour of single forum-like channel that is easier to scan by our tam and moderate + we added few additioal restrictions to protect from the bots (they are a real plague ;x). Though feedback taken, we should do better job with communicating. Also @.rohrig lets add plentymarkets tag on #🙋|general-help !
9 replies
AAlokai
Created by Darren R on 7/24/2023 in #🙋|general-help
Vue Storefront 2 upgrade path
@.darrenr as Sergii mentioned, you don't need to update to SDK but you can to cut a bit on bundle size and you definitely don't eed to migrate to Nuxt 3. No matter if you're gonna use N2 or N3 VSF pieces will be updated. Unfortunately we have no influence on Nuxt & Nuxt ecosystem parts
8 replies
AAlokai
Created by giorgiopogliani on 7/27/2023 in #🙋|general-help
How can I build nuxt regardless of typescript errors?
Setting strict to false at tsconfig should do the trick!
2 replies
AAlokai
Created by nalincah on 7/28/2023 in #🙋|general-help
General question(s) about the "new" Storefront/UI/Boilerplate
Hey, can you elaborate more on your use cases? You linked INTEGRATION boilerplate which is used to build integrations with thir-party vendors for Boilerplate and SDK. Eg you can connect an ecommerce platform It's a separate thing from storefront boilerplate which is a storefront development acceleration. I suppose you want the latter one?
20 replies