Skip to content

GeekyAnts/vue-native-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Native

Build Native Mobile apps using Vue

Vue Native is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything what you can do with React Native.

A basic cli that generates a simple 1 page application with create-react-native-app, vue-native-core

Installation Prerequisites

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

Installation:

$ npm install -g expo-cli
$ npm install -g vue-native-cli

Generate CRNA + Vue App App

$ vue-native init <projectName>

You can also have default React Native Project using command-line options:

vue-native init <projectName> --no-crna

Todo:

  • Improve Debugging, tracing, error reporting.

About

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6