将 Ionic 与 Sitecore 结合使用有哪些可能性?

What are the possibilities of using Ionic with Sitecore?

我是 Sitecore 和 Ionic 的初学者 Framework.I 只是想知道将 Ionic 与 Sitecore 结合使用的可能性。我不知道从哪里开始。有人可以帮我解决这个问题吗? 谢谢

我是 Sitecore 的新手,但已经使用 Ionic 几年了。根据 Lars Nielsen(Sitecore 的 CDO)在 Sitecore 网站上撰写的一篇文章:

https://community.sitecore.net/general/blogs/business_blogs/b/technical_trends/posts/sitecore-as-a-true-headless-cms

这是一个完全无头的 CMS,您可以根据文档执行从 login/logout 到通过 API 检索和发布项目的所有操作:

https://doc.sitecore.net/sitecore_experience_platform/developing/developing_with_sitecore/sitecoreservicesclient/the_restful_api_for_the_itemservice

如果您要参考 Sitecore 的 Commerce 部分,您可以查看此文档

http://commercesdn.sitecore.net/SitecoreCommerce/DevOpsGuide/en-us/index.html#Concepts/c_M_Service%20API.html

其中指出:

The Sitecore Commerce Service API is made up of three role-oriented APIs, each targeting specific logically separated business needs:

CommerceOps API: for the DevOps role in managing a Sitecore Commerce implementation, including methods to create and manage Commerce Environments and global policies.

CommerceShops API: for supporting the online shopping experience such as a web storefront. For example, when adding to a cart in the Reference Storefront, the related processor in Sitecore Commerce Connect makes an API call to the Commerce Engine to perform the cart activity and return a result.

CommerceAuthoring API: for business users. It introduces the "Entity Views" concept, which is a mechanism for mapping potentially complex Sitecore Commerce entities into a flattened structure that can be dynamically represented in business tools.

-本