- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 166字
- 2021-07-02 23:24:27
What is Ionic 2?
Ionic 2 is a beautiful, open source, frontend SDK for developing Hybrid Mobile apps with HTML5. Ionic provides mobile-optimized HTML, CSS, and JS components, as well as gestures and tools for building highly interactive apps.
Ionic 2 is performance efficient with its minimal DOM manipulation and hardware-accelerated transitions as compared to other frameworks in this league. Ionic uses Angular 2 as its JavaScript framework.
With the power of Angular inside a framework like Ionic 2, the possibilities are unlimited (we can use any Angular component inside Ionic as long as it makes sense in a mobile app). Ionic 2 has a very good integration with Cordova's device API. This means that we can access device APIs using Ionic Native and integrate it with the beautiful user interface components of Ionic.
Ionic has its own command-line interface (CLI) to scaffold, develop, and deploy Ionic apps. Before we start working with the Ionic CLI, we need to set up a few pieces of software.
- R語言經典實例(原書第2版)
- WebAssembly實戰
- Python從菜鳥到高手(第2版)
- Java程序設計與計算思維
- R語言數據可視化實戰
- Access 2010數據庫基礎與應用項目式教程(第3版)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- C程序設計案例教程
- Advanced Express Web Application Development
- Visual C++從入門到精通(第2版)
- Shopify Application Development
- Swift Essentials(Second Edition)
- Python自動化開發實戰
- Learning SaltStack(Second Edition)
- C#網絡程序開發(第二版)