[Ionic] Ionic Quickstart for Windows

1. Install ionic

2. Create ionic app

ionic start myApp tabs  //create a app

cd myApp

ionic serve // open the web

goto /#/tab/account  // go to one state

3. Install JDK

4. Install Android SDK

5. Install Apache Ant

6. Install Genymotion

7. Run the app

ionic platform add android
ionic run android

8. Install Ionic View on the phone

9. On Cmd:

ionic login
ionic upload // upload the app
原文地址:https://www.cnblogs.com/Answer1215/p/4575987.html