/vue-native-core

Vue Native is a framework to build cross platform native mobile apps using JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Vue Native: Read more at https://vue-native.io

Start with Vue Native Cli

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

Installation:

$ npm install -g vue-native-cli

Generate CRNA + Vue App App

$ vue-native init <projectName>

License

MIT

Credits to react-vue

A huge thanks to the author of react-vue for most of the work on Vue Native.