Hi everyone,
I recently got myself in Nextcloud and i’d like to developp an app on my own. I saw that nextcloud applications use php as backend and vuejs as frontend. But i have an issue, i didn’t see in any tutorial any clear explanation about how we’re supposed to display our vuejs views on the browser with a php controller.
Can anyone tell me how to call my vuejs using my php controller ?
Thanks for reading.