Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arbisyarifudin/servismobil-client-ns-vue
- Owner: arbisyarifudin
- Created: 2021-09-05T18:30:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T18:58:24.000Z (over 3 years ago)
- Last Synced: 2024-11-08T10:52:26.431Z (3 months ago)
- Topics: javascript, nativescript, nativescript-vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```