Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelgeek/shara-nativescript
Shara, an implementation of Nativescript-vue || Juma Allan
https://github.com/manuelgeek/shara-nativescript
Last synced: about 5 hours ago
JSON representation
Shara, an implementation of Nativescript-vue || Juma Allan
- Host: GitHub
- URL: https://github.com/manuelgeek/shara-nativescript
- Owner: manuelgeek
- Created: 2020-07-03T16:44:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T16:45:27.000Z (over 4 years ago)
- Last Synced: 2024-05-07T19:38:45.530Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript-Vue Application
> A native application built with 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# Build for production
tns build --env.production```