问题
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:
- REST
- RequestHandlerComponent
- Routing
来源:https://stackoverflow.com/questions/60335298/cakephp-3-to-progressive-web-app-back-end