Download the command line tools from the android website.
Follow this steps:
Follow instructions in our guide to generate your radio app.
Don't forget to copy your google-services.json
to -> template/app/App_Resources/Android/
folder, follow steps here:
"nativescript-plugin-firebase": "7.1.2",
# 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
- Instructions to debug using VueDevtools
i.e. rm -rf platforms
npm run clean
For detailed instructions, see vue-cli-template
Please make sure to read the Contributing Guide before making a pull request.
This software is licensed under the GNU GPLv3 License, and sponsored by Cambá.
With 💚 💜 ❤️ by Cambá Coop 🌎 Buenos Aires, Argentina