/larapi-ionic

Primary LanguageJavaScript

Ionic is the beautiful, open source front-end SDK for developing hybrid mobile apps with web technologies.

Usage

  1. First, install Node.js. Then, install the latest Cordova and Ionic command-line tools:
  • sudo npm install -g cordova ionic
  • Note: iOS development requires Mac OS X. iOS simulator through the Ionic CLI requires the ios-sim npm package, which can be installed with the command sudo npm -g install ios-sim.
  1. Install dependencies with npm install.
  2. iOS
  • ionic build ios
  • ionic emulate ios
  1. Android
  • ionic platform add android
  • ionic build android
  • ionic emulate android