Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisnp/nativescript-vue-ts-sample
https://github.com/denisnp/nativescript-vue-ts-sample
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/denisnp/nativescript-vue-ts-sample
- Owner: DenisNP
- Created: 2019-11-06T14:34:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:38:27.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T22:03:18.417Z (over 1 year ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
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```