Initially, we have to begin with a note about least necessities for building your application with the current arrival of Ionic. Ionic targets iPhone and Android gadgets (as of now). We bolster iOS 7+, and Android 4.1+. Be that as it may, since there are a variety of Android gadgets, it’s conceivable sure ones probably won’t work. As usual, we are searching for help testing and improving our gadget similarity and would adore help from the network on our GitHub venture.
You can create Ionic applications on any working framework you like. Truth be told, Ionic has been created at different occasions on Mac OS X, Linux, and Windows. Be that as it may, at the present time you’ll have to utilize the order line so as to follow this guide and you should have OS X so as to create and send iPhone applications, so OS X is suggested if conceivable.
In the event that you are on Windows, make a point to download and introduce Git for Windows and alternatively Console2. You will execute any orders in this guide in the Git Bash or Console2 windows.
To start with, we will proceed to introduce the latest rendition of Apache Cordova, which will take our application and pack it into a local covering to transform it into a conventional local application.
To introduce Cordova, ensure you have Node.js introduced, at that point run.
That will create a folder called todo
in the directory the command was run. Next, we will go into that directory and list the contents. Here is what the outer structure of your Ionic project will look like:
That will create a folder called todo in the directory the command was run. Next, we will go into that directory and list the contents. Here is what the outer structure of your Ionic project will look like:
$ cd todo && ls
├── bower.json // bower dependencies
├── config.xml // cordova configuration
├── gulpfile.js // gulp tasks
├── hooks // custom cordova hooks to execute on specific commands
├── ionic.project // ionic configuration
├── package.json // node dependencies
├── platforms // iOS/Android specific builds will reside here
├── plugins // where your cordova/ionic plugins will be installed
├── scss // scss code, which will output to www/css/
└── www // application - JS code and libs, CSS, images, etc. If you interested read more:
https://www.cetpainfotech.com/technology/python-training