What is the difference between ionic build & ionic prepare?
What is the difference between ionic build & ionic prepare?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
1.ionic prepare <platform> copies all files from the www folder into the target platform’s www folder.
2.ionic build <platform> also does this, but also builds the app’s source code so that it can be run on a simulator/emulator or a device.
<platform> value will be ios/android