InterviewSolution
Saved Bookmarks
| 1. |
What is Ionic ? What are the prerequisites for installing Ionic framework ? |
|
Answer» Ionic is a mobile app development framework USED to build hybrid APPS. Hybrid apps are BASICALLY web apps running in a browser within a wrapper that has access to the native PLATFORM layer. Ionic framework is an HTML5 framework. It needs a native wrapper like Cordova or PhoneGap in order to run as a native app. Ionic framework lets you maintain one codebase and create builds for both Android and iOS platforms. NodeJS , npm are required in order to INSTALL Ionic. You need NodeJS 6.0.0+ or a higher version in order to install ionic. |
|