I am currently working on a food ordering mobile web-based application as my project. As this is my very first project in web programming, I do hope that I am able to obtain some clarity. At the moment, I have managed to finalize the design portion of the project. I am looking on how to import the backend data from PHP and MySQL into the vuejs application(as the frontend/user side). I have looked for various posts regarding it, but I still unable to understand.
What do I need to look for when importing the data from PHP with MySQL into the VueJS application? In the backend data, it contains data such as nutrients, cholesterol, and fats, etc, plus pictures, as the backend data(will be controlled by the chefs, as each day the food will be different and updated compared to other days). Therefore, with this data, I do plan to import these data into the application.
I appreciate the advice in advance to approach this obstacle.