Giter VIP home page Giter VIP logo

ionicmoved's Introduction

Ionic

Quick Start

Hello World

Documentation

Ionic CLI

Question

Ionic vs ionic Enterprise

Tools

play.ionic.io

Debug Ionic

Debug Ionic Android Application On Mobile Devices or Emulators

#Method #1
ionic run android -l -c

#Method #2
chrome://inspect/#devices

#Method #3
use Android Device Monitor provided in Android sdk tools

Awesome List

Starter Apps

Best Practice

Projects

Good List

Code Snippets

Prerequisite

npm install -g cordova ionic

npm install -g ios-sim
npm install -g ios-deploy

#Update Ionic lib
ionic lib update

#Starting an Ionic App
ionic start myapp [template]

ionic serve [options]
ionic setup sass 
ionic serve --lab

#Specifying an IP Address to use
ionic serve --address 68.54.96.105

#Gathering information about your runtime
#ionic info

iOS Prerequisite

  • OSX
  • Xcode
npm install -g ios-sim

# Add iOS platform for cordova
ionic platform remove ios
ionic platform add ios

# Build Debug version
ionic build ios

# Build Prod version
ionic build ios --release 

# Run your code within the emulator
ionic emulate ios

# Run your code on real device if connected
ionic run ios

ios-sim launch platforms/ios/build/emulator/your_ionic.app

ionic serve

Android Prerequisite

  • Android SDK
  • Ant
# Path to your sdk in your file system
export ANDROID_HOME=~/Library/Android/sdk

# Add iOS platform for cordova
ionic platform add android

# Build Debug version
ionic build android

# Build Prod version
ionic build android --release 

# Run your code within the emulator
ionic emulate android

# Run your code on real device if connected
ionic run android

ionic serve

Add plugins

# add a toast plugin
ionic plugin add nl.x-services.plugins.toast

Splashscreens and Icons

# generate both icons and splashscreens
ionic resources

# generate only icons
ionic resources --icon

# generate only splashscreens
ionic resources --splash

Ionic View

ionic login
ionic upload
ionic share EMAIL

ionicmoved's People

Contributors

ramyrams avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.