Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigor789/test-gh-action-release
https://github.com/rigor789/test-gh-action-release
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rigor789/test-gh-action-release
- Owner: rigor789
- Created: 2020-06-17T16:25:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:15:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T22:28:11.047Z (7 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
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```