Skip to content

⛔ DEPRECATED ! MobileFirst Starter Code for Ionic typescript ( based on the ionic tabs sample)

Notifications You must be signed in to change notification settings

m67hoff/MFPStarterIonic

Repository files navigation

⛔ Deprecated - Sorry: I no longer maintain this sample

This is a starter template for IBM MobleFirst and Ionic (V3 typescript) projects.

How to use this template

Greenkeeper badge Build Status

You can run this mobile app without installing your own MobileFirst DevelomentKit/Server by using my demo-mfpserver on Bluemix (this may change in the future). However, is recommended to install your own server locally using the FREE MobileFirst Developer Kit

See MobileFirst Developer Kit - Installation guide

Prereq

You need some basic Ionic knowledge and the ionic cli installed.

Also Android Stuido (or Xcode on Mac) is needed for the device emulators

npm install -g ionic cordova

clone the repository, cd into the folder and run:

ionic cordova build android 

for ios:

ionic cordova build ios 

cordova build/run automatically install the needed npm packages and cordova plugins. if you prefer to do this step by step use:

npm install #install npm modules 
cordova prepare #install plugins in config.xml
ionic cordova build <platform>

Todo

  • extend docu

Changelog

  • 20170612 - first public Version
  • 20170630 - update mfp / cordova 7 support
  • 20170703 - update to ionic-angular 3.5
  • 20170704 - extended login choice to set LoginPage as auth callback challange
  • 20170707 - check-in resources (since generate needs an ionic login)
  • 20170711 - add POST data sample / add UserLogin adapter source
  • 20170731 - update to ionic-angular 3.6 (fix to minor version to get greenkeeper PR on change)
  • 20170804 - dep update & app-scripts
  • 20170816 - update ionic-cli 3.9.1 & mfp-plugin 8.0.2017072706
  • 20170929 - update to ionic-angular 3.7 cordova-android 6.3 mfp-plugin 8.0.2017090705
  • 20171130 - update to ionic-angular 3.9 cordova-android 6.4 mfp-plugin 8.0.2017112205

Screenshot

About

⛔ DEPRECATED ! MobileFirst Starter Code for Ionic typescript ( based on the ionic tabs sample)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages