Mobile development of Angularjs

Source: Internet
Author: User

I. Development framework

Ionic frame: Based on HTML5,CSS3 official website: Http://www.ionic.wang;

Cordova: Packaging tools, packaging cross-platform apps, providing a cross-platform API library Plugins.cordova.io

Operations in Ngcordova:angularjs Cordova Library website: ngcordova.com/docs/plugins/

Second, platform installation

1. Install ionic npm install-g Cordova Ionic

Iii. Creating a framework

Ionic start MyApp tabs//Create tab-type frame

* CD into your project: $ cd MyApp

* Setup this project to use Sass:ionic setup Sass

* Develop in the browser with live Reload:ionic serve

* Add a platform (iOS or Android): Ionic platform Add iOS [Android]
Note:ios development requires OS X currently
See the Android Platform Guide for full Android installation instructions:
Https://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html

* Build your App:ionic build <PLATFORM>

* Simulate your app:ionic emulate <PLATFORM>

* Run your app on a device:ionic run <PLATFORM>

* Package a app using Ionic package Service:ionic <MODE> <PLATFORM>

Ionic--help or Ionic docs

Mobile development of Angularjs

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.