Please am new to mobile app dev. I want to know if there is any documentation that explains how I can connect my ionic Vue app to a backend server like express. Because I have no idea how to go about it please
You treat your Ionic Vue app like a normal SPA. You need to make API calls from your Vue app to your backend.