platform
| Command | Description |
|---|---|
| ionic platform | Add platform target for building an Ionic app |
| Flags | |
| --noresources|-r | Do not add default Ionic icons and splash screen resources |
| --nosave|-e | Do not save the platform to the package.json file |
Description
The platform command adds a new platform for your application. Run ionic platform add $platform to add a specific platform, where $platform can be either ios or android.