[Vuejs]-Hybris storefront (template developer)

3👍

SAP Commerce Cloud also has an Angular storefront called Spartacus, which lets you customize CMS components using web components (but this is still an experimental feature): https://sap.github.io/cloud-commerce-spartacus-storefront-docs/customizing-cms-components/ Also, see Vue based CMS web component for Spartacus for an example.

At a high level, the storefront will need to interact with Hybris’ OCC (Omni Commerce Connect) REST APIs for the business processes (and even CMS data).

I’ve no experience on this (and I haven’t read the full article), but Vue Storefront + SAP Commerce: Open-source PWA Storefront Integration (+DEMO) might give you some ideas.

Leave a comment