Hi.
I noticed very few learning materials on VSF on the internet.
Does anybody know tutorials on creating custom VSF e-commerce website from scratch?
2 Replies
Hi, as of now we don't have any materials for creating the project from scratch expect for our documentation. Though, here's what can be of a help to you:
https://docs.vuestorefront.io/sdk - SDK docs
https://docs.vuestorefront.io/middleware - Middleware Docs
https://youtu.be/lUwXyAhLj10?si=Tsh5YnkxppmFTiSa - Next 13 Boilerplate
https://docs.vuestorefront.io/integrations/custom/quick-start - custom integrations
Every VSF app is essentially a Next/Nuxt application using SDK + Middleware (VSF Connect) to communicate with third party headless providers
Vue Storefront Docs
Overview
The Vue Storefront SDK simplifies the development process by providing pre-built functionality to enables seamless interaction between your storefront and various Commerce Platforms and third-party services.
Vue Storefront Docs
Overview
Vue Storefront's Server Middleware is an Express.js application that provides a single place for you to connect to the multiple services that you need to run your storefront.
Vue Storefront
YouTube
Next 13 Storefront Boilerplate for Vue Storefront SDK is here!
We are happy to announce the release of the Next 13 Storefront Boilerplate!
With it, you can build your own Storefronts faster, create custom themes and learn how to build storefronts in Vue Storefront way!
LINK TO THE REPO:
https://github.com/vuestorefront/storefront-next13-boilerplate
LINK TO THE GUIDE:
https://github.com/vuestorefront/s...
Vue Storefront Docs
Creating a Custom Integration
If you're looking to create a custom integration for Vue Storefront, you're in the right place. This guide will walk you through the process of creating a custom integration from scratch.
Thank you!