Conclusion
This was a very quick look at NativeScript for Vue, but I hope you can see just how influential this can be to the Vue.js community. If you have had experience with native mobile app development before, some of these concepts may look familiar to you. These components can be Label
and ScrollView
, as they directly correspond to native components like UILabel
, UIScrollView
for iOS and Label
and ScrollView
for Android.
NativeScript is very different, yet very familiar at the same time. The benefit of NativeScript is that you can develop real native mobile applications with existing front-end technologies like Vue.js or Angular. To deploy these applications, you will need to build them with their respective IDE’s and submit them to their respective App Stores. Native mobile development is an exciting and rewarding experience that has just made its way to Vue.