MrTechGadget / ionic-appconfig

Example code for using AppConfig with Ionic Framework to allow an EMM provider to provide dynamic data to your ionic app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic-appconfig

Example code for using AppConfig with Ionic Framework to allow an EMM provider to provide dynamic data to your ionic app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need a working Ionic build environment to take advantage of this project. You will also need the cordova appconfig plugin as well.

Installing

Follow the links above to the prerequisites and install them.

Be sure to add the platforms you will compile to.

  • Clone this repository: git clone https://github.com/MrTechGadget/ionic-appconfig.git.
  • Run npm install from the project root.
  • Run cordova plugin add cordova-plugin-appconfig from the project root.
  • Run ionic cordova platform add ios android from the project root.
  • Run ionic build for your platform of choice in a terminal from the project root.

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Ionic - Framework for native mobile app development

Contributing

o Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Semantic Versioning will be used. See https://semver.org/ for details.

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License v2.0 - see the LICENSE.md file for details

cordova-plugin-appconfig which is used in this project is licensed under The Universal Permissive License It is based on the work by oracle

Acknowledgments

Thank you to the following:

About

Example code for using AppConfig with Ionic Framework to allow an EMM provider to provide dynamic data to your ionic app.

License:Apache License 2.0


Languages

Language:CSS 34.7%Language:TypeScript 33.4%Language:HTML 22.7%Language:JavaScript 9.3%