NathanWaterman / Ionic-HTML5-Hybrid-Application

Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native iOS or Android platform layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic Command Line commands:

Ionic serve -c

ionic cordova platform add browser

ionic cordova run browser

ionic cordova build ios

ionic build iOS --prod --release

ionic cordova emulate ios --target "iPad-Air"

ionic cordova emulate ios --target "iPad-Air" --livereload

Setting up device management: https://www.youtube.com/watch?v=JHU7TiWPbnk

Target emulator for Ionic: ionic-team/ionic-cli#2487

Fix certificate for viewing iOS on device via USB: https://stackoverflow.com/questions/39524148/requires-a-development-team-select-a-development-team-in-the-project-editor-cod

About

Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native iOS or Android platform layer


Languages

Language:CSS 59.8%Language:TypeScript 21.6%Language:HTML 17.8%Language:JavaScript 0.8%