ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
**Description:** npm install has been complaining about lots of vulnerabilities in my package.json I recently upgraded to node.js 18.x for some REST api experimentation against mongodb (just a TS project)...
**Description:** After running the build command - ng build --prod in the application, getting several issues.which are are not displayed while running the app locally 1/ Importing component more than...
**Description:** I've been trying to setup a monorepo multi app project, I've read #3281 issue and most of the linked issues and commits, specially 2d53c99 and [multi-app-projects](https://beta.ionicframework.com/docs/cli/configuration#multi-app-projects). And I think...
**Description:** If there are any es-lint warnings present, the android apk is not automatically deployed to the target device. **Steps to Reproduce:** Create a new Ionic Project (in my case...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@ionic/[email protected]` for the project I'm working on. Description: Fixed 404 error for lab-logo.png...
add support `vite` builder with vue for live reloading, or how to use solution temporally ?
**Description:** Since `@ionic/[email protected]` I can't run an app on the device. Switching back to `6.15.0` solves the issue. Suspected commit: https://github.com/ionic-team/ionic-cli/commit/359cdec031f3c3484093e9fee65e06ef866cfd8b **Steps to Reproduce:** https://github.com/kamilchlebek/ionic-multi-issue 1. `npm install` 2. `npm...
**Description:** When serving the application, the command executed as `ionic serve` translates to `ng run app:serve --host=localhost --port=8100` or something similar. The port is enforced in commandline. When the port...
**Description:** ionic cli commands in a (react based) monorepo aren't working consistently. **Steps to Reproduce:** As per instructions, I've defined the `ionic.config.json` file at the root of my (Nx) monorepo,...