Spartacus 是一个 Angular 框架,所以主要应用是 Angular 应用(不是 Vue)。
然而,有可能在 Spartacus 中使用 Web 组件作为 CMS 组件(实验性支持),并且可以使用任何技术创建 Web 组件,包括 Vue。
参考这个文档.
Web 组件的主要限制是在 *** 中渲染它们并不容易,这就是为什么支持仍然是实验性的。
it’s a general limitation of Angular Universal and until recently was the limitation of the html spec itself (it was not possible to define shadow dom declaratively: https://web.dev/declarative-shadow-dom/)
但在某些情况下(或当不需要 *** 时),它可以被视为一种有趣的替代方案。 这些组件可以交互/使用 Spartacus 核心功能并与其他 CMS 组件交互。