ionic start <name> <template>
Create a new project
Arguments
Name | Description |
---|---|
name | The name of your new project (e.g. myApp, "My App") |
template | The starter template to use (e.g. blank, tabs; use --list to see all) |
Options
Name | Description |
---|---|
--list, -l | List available starter templates |
--type <type> | Type of project to start (e.g. vue, angular, react, ionic-angular, ionic1) |
--cordova | Include Cordova integration |
--capacitor | Include Capacitor integration |
--no-deps | Do not install npm/yarn dependencies |
--no-git | Do not initialize a git repo |
--link | Connect your new app to Ionic |
--id <id> | Specify an Ionic App ID to link |
--project-id <slug> | Specify a slug for your app (used for the directory name and package name) |
--package-id <id> | Specify the bundle ID/application ID for your app (reverse-DNS notation) |