starters icon indicating copy to clipboard operation
starters copied to clipboard

Starter templates for Ionic apps, used by the Ionic CLI

Results 27 starters issues
Sort by recently updated
recently updated
newest added

**Starter Type:** angular **Starter Template:** tabs **Description:** Running e2e tests on a new angular tabs ionic project throws an UnhandledPromiseRejectionWarning (see stacktrace on bottom of the issue). The e2e test...

triage

"apple-touch-icon" is required for iOS PWA to use icon.png for App icons on homescreen. Didn't test for Angular but it should need this too.

Please add README.md file, when generating a new project. And include basic CLI commands and general instructions about the project

help wanted

One of the issues I'm seeing devs run into with the Ionic 8 beta is with trying to override the default light theme. Devs are placing their overrides in `theme/variables.scss`....

### 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...

bug
project type: angular

This change solves the TS error on the Vite config object following the Vitest documentation.

Update of the base angular starter templates, based on the default project generated with ng new. In the angular stantalone starter base the builder browser was changed by application, this...

Followed angular-cli template: - https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/main.ts.template - https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/app/app.config.ts.template This allows for automatic writing of the ng add command.

Closes ionic-team/ionic-cli#5015 Currently, Running `npm run lint` in the `vue-vite` and `react-vite` starter projects is broken. ESLint fails to properly parse the `.eslintrc.js` file in these two starter projects because...