CakePHP 3 to Progressive Web App Back-End

断了今生、忘了曾经 提交于 2020-05-29 10:03:59

问题


I have a web application that is set up in CakePHP 3 WAMP environment. I would like to set it up as a Progressive Web App. So have the existing Model/ Controller act as an API that is exposed to a PWA framework like Angular, (P)React, Vue.js. Where can I find a clear guide/ tutorial on what steps to take to turn my existing application into a functioning backend API?

Any tips from someone who has done this?


回答1:


Here we go!

Read:

  1. REST
  2. RequestHandlerComponent
  3. Routing


来源:https://stackoverflow.com/questions/60335298/cakephp-3-to-progressive-web-app-back-end

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!