Where is the demo / a theme?
I've read a lot of documentation, and I can't find where frontend pages connecting the UI and SDK are put together. The website talks about "starting with the demo" as an accelerator. Which sounds like a good idea, but there does not seem to be a repo for this. Where is the demo?
There are some older "themes" but those don't seem to be up to date any more.
So to start a new site with e.g. Magento, we would want the Magento integration for the middleware, and the demo to give an initial integration of UI and SDK, correct?
4 Replies
Hi @maderlock , there currently isn't a demo with the new architecture and magento. There are boilerplates:
https://github.com/vuestorefront/storefront-nuxt3-boilerplate
https://github.com/vuestorefront/storefront-next13-boilerplate
GitHub
GitHub - vuestorefront/storefront-nuxt3-boilerplate: Nuxt 3 Storefr...
Nuxt 3 Storefront Boilerplate. Contribute to vuestorefront/storefront-nuxt3-boilerplate development by creating an account on GitHub.
GitHub
GitHub - vuestorefront/storefront-next13-boilerplate: Vue Storefron...
Vue Storefront Next 13 Boilerplate. Contribute to vuestorefront/storefront-next13-boilerplate development by creating an account on GitHub.
@rohrig Is there any guidelines for magento-integration in storefront-next13? Especially for the
Configuring the SDK
part of these docs.
https://docs.vuestorefront.io/integrations/magento/getting-started/quick-startYou could take a look at how other integrations initialize the SDK. for example https://docs.vuestorefront.io/sdk/getting-started
Vue Storefront Docs
Getting Started
If you're setting your Vue Storefront application from scratch, you'll need to configure the SDK Core to create a type-safe SDK that communicates with your Server Middleware.
Thanks. Is there a demo with the new architecture ignoring the Magento side? Just looking for finished templates connecting components to the SDK?