Skip to content

Commit f35ea72

Browse files
authored
feat(): use vite specific projects for starters (ionic-team#4970)
1 parent 94e9fa2 commit f35ea72

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/@ionic/cli/src/lib/start.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,28 +213,28 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
213213
projectType: 'vue',
214214
type: 'managed',
215215
description: 'A starting project with a simple tabbed interface',
216-
id: 'vue-official-tabs',
216+
id: 'vue-vite-official-tabs',
217217
},
218218
{
219219
name: 'sidemenu',
220220
projectType: 'vue',
221221
type: 'managed',
222222
description: 'A starting project with a side menu with navigation in the content area',
223-
id: 'vue-official-sidemenu',
223+
id: 'vue-vite-official-sidemenu',
224224
},
225225
{
226226
name: 'blank',
227227
projectType: 'vue',
228228
type: 'managed',
229229
description: 'A blank starter project',
230-
id: 'vue-official-blank',
230+
id: 'vue-vite-official-blank',
231231
},
232232
{
233233
name: 'list',
234234
projectType: 'vue',
235235
type: 'managed',
236236
description: 'A starting project with a list',
237-
id: 'vue-official-list',
237+
id: 'vue-vite-official-list',
238238
},
239239
// Angular
240240
{
@@ -278,14 +278,14 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
278278
projectType: 'react',
279279
type: 'managed',
280280
description: 'A blank starter project',
281-
id: 'react-official-blank',
281+
id: 'react-vite-official-blank',
282282
},
283283
{
284284
name: 'list',
285285
projectType: 'react',
286286
type: 'managed',
287287
description: 'A starting project with a list',
288-
id: 'react-official-list',
288+
id: 'react-vite-official-list',
289289
},
290290
{
291291
name: 'my-first-app',
@@ -299,14 +299,14 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [
299299
projectType: 'react',
300300
type: 'managed',
301301
description: 'A starting project with a side menu with navigation in the content area',
302-
id: 'react-official-sidemenu',
302+
id: 'react-vite-official-sidemenu',
303303
},
304304
{
305305
name: 'tabs',
306306
projectType: 'react',
307307
type: 'managed',
308308
description: 'A starting project with a simple tabbed interface',
309-
id: 'react-official-tabs',
309+
id: 'react-vite-official-tabs',
310310
},
311311
// Old Ionic V3
312312
{

0 commit comments

Comments
 (0)