RohanTalip / vue-native-core

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

Home Page:https://vue-native.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Native: Read more at vue-native.io

Backers on Open Collective Sponsors on Open Collective

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>

NOTE:

'NetInfo',
  'AsyncStorage',
  'AlertIOS',
  'WebView',
  'ViewPagerAndroid',
  'ListView',
  'SwipeableListView',
  'Slider'

The above modules are set to be removed from future core react-native. Hence these modules can no longer be imported from vue-native. [Further Instructions]

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

MIT

Credits to react-vue

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

About

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

https://vue-native.io

License:MIT License


Languages

Language:JavaScript 98.3%Language:HTML 0.8%Language:CSS 0.5%Language:TypeScript 0.4%Language:Shell 0.1%