Thursday, October 29, 2020

ionic capacitor make builds

Build an Ionic project for a given platform

ionic capacitor build <platform> [options]

ionic capacitor build will do the following:


Perform ionic build

Copy web assets into the specified native platform

Open the IDE for your native project (Xcode for iOS, Android Studio for Android)


Once the web assets and configuration are copied into your native project, you can build your app using the native IDE. Unfortunately, programmatically building the native project is not yet supported.


ionic capacitor build

ionic capacitor build android

ionic capacitor build ios



https://ionicframework.com/docs/cli/commands/capacitor-build


No comments:

Post a Comment