Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 560 Bytes

CLI.md

File metadata and controls

27 lines (20 loc) · 560 Bytes

CLI

Each command should be prefixed with either yarn or npm.

The CLI presumes that the Android SDK is installed at ~/Library/Android/sdk/. This may cause issues on some machine as a check will be put in place in the future.

Commands

build-app:android

Build the Vue project and bundle it with the Native app.

create-app:android

Create a new Android App in app/android

emulate:android

Start an Android emulator.

install:android

Install the app on a conneced device or emulator.