Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arbisyarifudin/servismobil-client-ns-vue

Client-app untuk aplikasi android Reservasi Servis Mobil. Dibangun dengan Nativescript-vue.
https://github.com/arbisyarifudin/servismobil-client-ns-vue

javascript nativescript nativescript-vue vuejs

Last synced: about 1 month ago
JSON representation

Client-app untuk aplikasi android Reservasi Servis Mobil. Dibangun dengan Nativescript-vue.

Awesome Lists containing this project

README

        

## About
Project ini dibuat sebagai _client-app_ untuk aplikasi android **Reservasi Servis Mobil** yang mengkonsumsi API dari backend yang terpisah. Dibangun dengan **Nativescript-Vue**.

## Usage

``` bash
# Install dependencies
npm install

# 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
tns debug android

# Build for production
tns build --env.production
tns build android --env.production

```