How to use vuejs for frontend part of an application

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.

Hi,

The controller in php is rendering a template and in the template the vue script is registered.

1 Like

Thanks a lot, i’ve search for a long time.