ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
**Description:** When running `ionic cap run android` on an actual device its necessary to specify the ip/host of the development server. This doesn't work as expected when using Vue. **Steps...
**Description:** ``` >ng g c todo.service.ts An unhandled exception occurred: Schematic "appShell" not found in collection "@ionic/angular-toolkit". See "C:\Users\user\AppData\Local\Temp\ng-jnwgAJ\angular-errors.log" for further details. ``` **Steps to Reproduce:** **Output:** ``` An unhandled...
**Description:** Hi, When creating a new Ionic project with Angular 15, files are generated that are no longer needed in Angular 15 projects, since it was decided to simplify it:...
**Description:** I am trying to have my icons and splash screens using ionic cordova resources but since I upgraded to MacOS Ventura it's giving me this error: I have tried:...
**Description:** **Steps to Reproduce:** **Output:** **My `ionic info`:** ``` ``` **Other Information:**
This PR makes the CLI use the [standard config directory as per xdg spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) when `XDG_CONFIG_HOME` is set. As to not break existing installations, this behavior is overridden if `~/.ionic`...
The document doesn't explain what is so different between using 'ionic serve' vs 'ng serve'. If there is no difference, can you please just consider getting rid of 'ionic serve'...
 **Description:** This is my first time using Ionic and i have tried to start with the "photo-gallery" project which is provided in official webpage of ionic. But, unfortunately not...
When using ionic + vue, the hooks `serve:before` scripts defined in `ionic.config.json` cannot run. ionic.config.json ```json "hooks": { "serve:before": ["./scripts/serve-before.js"] } ``` serve-before.js: ```js export default async function (ctx) {...
**Description:** Establishing a multi-app project structure, such as for a monorepo, creates a root `capacitor.config.json` file in addition to `capacitor.config.json` files in each project's directory. However, only the `capacitor.config.json` file...