GeekyAnts / vue-native-core
- четверг, 14 июня 2018 г. в 00:14:47
JavaScript
Vue Native is 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. 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 appliction (SPA) using create-react-native-app and vue-native-core.
You should have create-react-native-app or react-native-cli installed as a global dependency
For React Native ClI => `npm install react-native-cli -g`
For CRNA => `npm install create-react-native-app -g`
$ npm install -g vue-native-cli
Generate CRNA + Vue App App
$ vue-native init <projectName>
A huge thanks to the author of react-vue for most of the work on Vue Native.