A framework to build cross platform native mobile apps using JavaScript
The Vue Native CLI is used to generate a Vue Native app, which is a React Native API wrapper.
Vue Native: Read more at vue-native.io
Start with the Vue Native CLI
The Vue Native CLI is used to generate a Vue Native
app, which is a React Native API wrapper. This means that with Vue Native, you can do anything that could be done with React Native.
The Vue Native CLI generates a simple single page application (SPA) using expo-cli and vue-native-core.
Installation Prerequisites
You should have expo-cli or react-native-cli installed as a global dependency
For React Native ClI => npm install react-native-cli -g
For CRNA => npm install expo-cli -g
Installation:
$ npm install -g vue-native-cli
Generate CRNA + Vue App
$ vue-native init <projectName>
Contributors
This project exists thanks to all the people who contribute.
Backers
Thank you to all our backers!
Github Repository
Tags: #VueJs #Framework