Which is better vue-native or nativescript-vue?

前端 未结 3 1161
我在风中等你
我在风中等你 2021-01-31 08:27

I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between vue-native or nativescript-vue?

3条回答
  •  伪装坚强ぢ
    2021-01-31 09:02

    You should also look into simply wrapping your Vue app with Cordova. I was required recently to build a mobile app and went through both vue-native & nativescript-vue, eventually ending up with Cordova.

    At a basic level, you can wrap any static website and compile it as an android or ios app. If you need native elements you can also do so once Cordova fires the 'deviceready' event.

提交回复
热议问题