Vue Native: Read more at https://vue-native.io
Vue Native Cli is use to generate a Vue Native
app, which is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything what you can do with React Native.
Vue Native cli that generates a simple 1 page application with create-react-native-app, vue-native-core
$ npm install -g vue-native-cli
Generate CRNA + Vue App App
$ vue-native init <projectName>
Credits to react-vue
A huge thanks to the author of react-vue for most of the work on Vue Native.