In this section, we will look at Ionic package.
Ionic package
Uploading a project to Ionic cloud
Using Ionic cloud services to generate installers is quite simple. First, we upload our app to our Ionic account by running the following:
ionic upload
Log in to your Ionic account before executing the preceding command.
If your project has sensitive information, cross-check with Ionic license before uploading the app to the cloud.
If your project has sensitive information, cross-check with Ionic license before uploading the app to the cloud.
Once the app is uploaded, an app ID will be generated for your app. You can find the app ID in the ionic.config.json file located at the root of the project.
Generating the required keys
You...