cuococarlos / ns-vue-radio

A native white-label application built with NativeScript-Vue for community radios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nativescript Vue Radio

A native white-label application built with NativeScript-Vue for community radios

Download and Install

Download Command line tools from android:

Follow steps here:

FCM Firebase Cloud Messaging

Don't forget to copy your google-services.json to -> template/app/App_Resources/Android/ folder, follow steps here:

  • (firebase conguration guide)[]

"nativescript-plugin-firebase": "7.1.2",

Local data

change 'jsondata': to true in /app/configure.js and put your data in /lib/resources/data.js

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build for development
tns build <platform> --bundle --env.development

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and debug the application for development
tns debug <platform> --bundle --env.development

# Build, watch for changes and run the application
tns run <platform> --bundle

# Build, watch for changes and run the application for development
tns run <platform> --bundle --env.development

# Build, watch for changes and run the application using json_data
tns run <platform> --bundle --env.jsondata

Clean the NativeScript application instance (i.e. rm -rf dist)

npm run clean

When invoking the various npm scripts, omitting the platform will attempt to launch tns for both platforms, which will only work in a properly configured OSX environment.

For detailed instructions, see https://github.com/nativescript-vue/vue-cli-template

License

This software is licensed under the GNU GPLv3 License, and sponsored by Cambá.

About

A native white-label application built with NativeScript-Vue for community radios

License:GNU General Public License v3.0


Languages

Language:Vue 48.5%Language:JavaScript 47.9%Language:CSS 3.6%