Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.39 KB

Vue Native Boilerplate

sanitised boilerplate, based on NativeBase KitchenSink App from https://github.com/GeekyAnts/KitchenSink-Vue-Native

This project was bootstrapped with Vue Native Cli.

Demo

iOS Android
ios-demo android-demo

Installation

  • Clone and install packages
git clone [email protected]:GeekyAnts/KitchenSink-Vue-Native.git
cd KitchenSink-Vue-Native
yarn
  • Run on iOS
    • Opt #1:
      • Run npm start in your terminal
      • Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run ios in your terminal
  • Run on Android
    • Opt #1:
      • Run npm start in your terminal
      • Scan the QR code in your Expo app
    • Opt #2:
      • Make sure you have an Android emulator installed and running
      • Run npm run android in your terminal