I would like to start a mobile app with vue js.Can any one please suggest which framework i can choose between vue-native or nativescript-vue?
相关问题
- Simple vue app doesn't show anything
- Vue.js computed property loses its reactivity when
- Prerender vue.js 2.0 component (similar to this.$c
- Can Vue2 components be used in Vue3
- Axios POST returns “Network Error” even if status
相关文章
- vue-router how to persist navbar?
- Vue - best way to reuse methods
- how to write computed setters in class-based compo
- preventing Vue from aggresively reusing dom-elemen
- How to use mapState function in typescript syntax
- Expected 2 arguments, but got 1.ts(2554) core.d.ts
- VueJs: Using component inside another component
- Component without template
Vue-Native is nothing but a wrapper around ReactNative. So the question becomes ReactNative vs NativeScript?
In my opinion, it's NativeScript.
ReactNative got a huge community and range of plugins, but the problem beings when you want to customise. Every app is unique in it's own way, it becomes really hard to customise a plugin for your own needs at least until you have good exposure to Objective C / Java and handle your own forks etc.,
With NativeScript you can always access the native objects & apis form JavaScript, simply write overrides on plugins within your project if you want to customise anything.
Here are few blog posts & videos those compare these frameworks.