to use vue.js for creating mobile app. Advice me please any ways. I know about crdova(phoneGap) but it’s web based app. I listened about vue-native, but there is some troubles with that. May be there is easer ways to create on vue.js?
Solution :
Vue.js is the perfect framework for creating good looking web interfaces easily. Since you are trying to create a mobile app, we have the following options:
Create responsive web app using vue.js and vuetify. User can open it in the desktop browser as well as mobile browser. If you really want to retrofit into a mobile app, you create a simply android app and use WebView to show the web app
You can create a native app from scratch. Creating a good looking native app would take a huge effort.