Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 498 Bytes

pantr-consumer

A native application built with NativeScript-Vue

Usage

# Build mapxbox plugin
cd ./nativescript-mapbox/src
npm i
npm run build.release
cd ../..

# Install dependencies
npm install

# Build for device
tns build <platform> --clean

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug <platform>

# Build for production
tns build <platform> --env.production