Ionic v2.x

So, there seems to be more support for android development than for iOS. Surprise surprise.

Angular-CLI v3.1.2

  • $ ionic
    • ( --help)
  • $ ionic serve
    • Run your app in the browser (great for initial development)
  • $ ionic cordova run ios
    • Run on a device or simulator
  • $ ionic start ionic-tabs-app tabs --type ionic-angular
    • ionic start
    • app name
    • app template (or none)
    • --type ionic-angular

tabs starter

~/
┃
┣━━ hooks/
┃   ┃
┃   ┗━ README.md
┃
┣━━ nodemodules/
┃   ┗━ 
┃
┣━━ resources/
┃   ┃
┃   ┣━ android/
┃   ┃
┃   ┣━ iphone/
┃   ┃
┃   ┣━ icon.png
┃   ┃
┃   ┗━ splash.png
┃
┣━━ src/
┃   ┃
┃   ┣━ app/
┃   ┃   ┃
┃   ┃   ┣━ app.component.ts
┃   ┃   ┣━ app.html
┃   ┃   ┣━ app.module.ts
┃   ┃   ┣━ app.scss
┃   ┃   ┗━ main.ts
┃   ┃
┃   ┣━ assets/
┃   ┃   ┃
┃   ┃   ┣━ app/
┃   ┃   ┃
┃   ┃   ┗━ splash.png
┃   ┃
┃   ┣━ pages/
┃   ┃   ┃
┃   ┃   ┣━ app/
┃   ┃   ┃
┃   ┃   ┗━ splash.png
┃   ┃
┃   ┣━ theme/
┃   ┃   ┃
┃   ┃   ┣━ app/
┃   ┃   ┃
┃   ┃   ┗━ variables.scss
┃   ┃
┃   ┣━ declarations.d.ts
┃   ┣━ index.html
┃   ┣━ manifest.json
┃   ┗━ service-worker.js
┃   
┣━━ www/
┃   ┃
┃   ┣━ 
┃   ┗━ README.md
┃   
┣━ .editorconfig
┣━ .gitignore
┣━ config.xml
┣━ ionic.config.json
┣━ package.json
┣━ README.md
┣━ tsconfig.json
┗━ tslint.json

results matching ""

    No results matching ""