A
Alokai•10mo ago
vanhunselm

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?
GitHub
storefront-nuxt3-boilerplate/GUIDE.md at develop · vuestorefront/st...
Nuxt 3 Storefront Boilerplate. Contribute to vuestorefront/storefront-nuxt3-boilerplate development by creating an account on GitHub.
Vue Storefront 2 for Magento | Vue Storefront 2 for Magento
Documentation for the Magento connector for Vue Storefront 2
3 Replies
rohrig
rohrig•10mo ago
Hi @Vanhunselm 👋 , sorry, some how this was overlooked. Yes, if you want to use magento this would be the way forward.
David De Sloovere
David De Sloovere•10mo ago
Isn't this the link to the magento SDK for SDK style projects? https://docs.vuestorefront.io/integrations/magento The one posted first looks to be for VSF 2.0, or is it the same and does it work in both architectures?
Vue Storefront Docs
Magento 2 SDK
Quickly build your storefront with the Vue Storefront SDK for Magento. Connect your Magento 2 backend to any frontend framework with type-safe SDK methods
rohrig
rohrig•10mo ago
Yes, the link is for the Magento SDK Integration.