Vue js & Laravel convert Web App CRM to Mobile app?
Hello. I am looking for a solution for my crm. I have builded a crm with laravel for backend and vue js version2 as frontend, But now maybe i need to create some user account and i this user can acces this crm api from mobile app not web app. So it is possibile to build an android or ios app with vue js and larvel, if not what is the best solution besed on your experience
@loced35156 You’d use your own API to power any mobile apps. You can then either build your mobile apps using native technologies (Swift for iOS, Kotlin for Android); or something like Flutter to create both an iOS and Android app from the same codebase.
@martinbean I know i can use laravel api with some other native tech but i have read somewhere that vue can be used to make mobile app. Is sound strange to me that is why i made this question here
@loced35156 You can, but I’d personally use something actually intended to be used to make mobile apps (such as Flutter), and not trying to “convert” a JavaScript library like Vue into a mobile app.
@loced35156 will people only be allowed to use a mobile app, or will it be available for desktop as well.
You could look into how @jeffreyway made Laracasts might be a solution.
From what I have seen on the forum, a large percentage of developers that think they need a "native mobile app" actually don't, they just just need a mobile frendly responsive version of the application.
I was thinking to conver my crm on mobile app, but i onlyy know react native a little bit and dont want to learn new language like flutter or to advance on rect native for new, maybe later i will do. My crm have a lot account for users so they can complete task and will see new task it is simple crm. They now can access from web browser also with mobile phone, i just was thinkikg if vuejs have a way to convert this web based crm on an android and ios app