starters icon indicating copy to clipboard operation
starters copied to clipboard

Starter templates for Ionic apps, used by the Ionic CLI

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

**Starter Type:** react **Starter Template:** all **Description:** eslint is misconfigured and doesn't load in a fresh project. Output: ``` [Error - 5:01:53 PM] Calculating config file for file:///f%3A/zDev/Crowbait%20Development/SecuRead/node_modules/%40eslint/eslintrc/dist/eslintrc.cjs) failed. Error...

triage

**Starter Type:** ionic-angular **Starter Template:** blank, tabs, etc. **Description:** The default project template has the following meta-tag in **index.html**: `` But that seems to have been deprecated since iOS 8...

triage

Fix deprecation message when creating new projects from these templates ![ccf0d580cce940b42473e3dd5b0c375c](https://github.com/user-attachments/assets/ec32124f-3d70-40d9-ab4b-69626d725432)

Excuse me, does the official website provide the corresponding code for the application images in this section?

triage

We should be able to use the latest minor version of v5 vite [now](https://github.com/ionic-team/starters/pull/1848#issuecomment-2724822915).

eslint 9 changed the configuration files and `.eslintrc.json` no longer works. I first removed all the eslint related packages, `.eslintrc.json` file and eslint entries from `angular.json`. Then ran `ng add...

FILE .eslintrc.json { "root": true, "ignorePatterns": ["projects/**/*"], "overrides": [ { "files": ["*.ts"], "parserOptions": { "project": ["tsconfig.json"], "createDefaultProgram": true }, "extends": [ "plugin:@angular-eslint/recommended", "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { "@angular-eslint/component-class-suffix": [ "error", {...

type: bug