Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 7, 2019 08:56 pm GMT

Creating a native Android app with Vue Native

Using https://vue-native.io/

Install npm install -g react-native-cli

Install npm install -g expo-cli

Install npm install -g vue-native-cli

npm install -g vue-native-clivue-native init <projectName> // Initializes crna projectvue-native init <projectName> --no-crna // Initializes react-native projectcd <project-name>

Add or edit the android section of app.json

https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#2-configure-appjson

expo build:android

===========================================

I'm sorry. This was going to be a more detailed post, but my mind's not in it. I promised a post, so here you go :(


Original Link: https://dev.to/drazisil/creating-a-native-android-app-with-vue-native-4ema

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To