Ionic is a powerful HTML5 application card framework, known as the Advanced HTML5 Hybrid mobile app Framework is a ANGULARJS mobility-side solution that can help you with Web technology. HTML, CSS, and JavaScript, for example, build mobile apps that release the native experience. Ionic focuses on appearance and experience, as well as UI interaction with your application, and is especially suitable for HTNML5 mobile application development based on H-bound patterns.
Ionic is a lightweight mobile phone UI library with fast, modern interface and beautiful features. To address some of the other UI libraries running slowly on the phone
Install ionic, configure environment steps:
1. Install Phonepag
Previously wrote this article, link address: http://blog.csdn.net/webxiaoma/article/details/53454545
2. Install Ionic
① in Control Panel
NPM instal-g Ionic
sudo npm install-g Ionic
② Create a running project
iOS Create installation Run
Ionic start MyProject (MyProject for project name)
CD MyProject
Ionic Platform Add iOS
Ionic build iOS
Ionic emulate iOS
Android Create install Run
Ionic start MyProject
CD MyProject
Ionic Platform Add Android
Ionic Build Android
Ionic emulate Android (Analog run)
Ionic run Android (connected to mobile phone)