Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakali22/cool-music-app
A prototype music app using NativeScript-Vue
https://github.com/zakali22/cool-music-app
Last synced: 18 days ago
JSON representation
A prototype music app using NativeScript-Vue
- Host: GitHub
- URL: https://github.com/zakali22/cool-music-app
- Owner: zakali22
- Created: 2020-02-06T17:22:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:41:46.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T20:10:35.378Z (2 months ago)
- Language: Vue
- Size: 5.98 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
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```