Skip to content

Commit

Permalink
feat(create-vite): official starters options naming (#19163)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 24, 2025
1 parent eb22a74 commit 1992f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const FRAMEWORKS: Framework[] = [
},
{
name: 'custom-create-vue',
display: 'Customize with create-vue ↗',
display: 'Official Vue Starter ↗',
color: green,
customCommand: 'npm create vue@latest TARGET_DIR',
},
Expand Down Expand Up @@ -164,7 +164,7 @@ const FRAMEWORKS: Framework[] = [
},
{
name: 'custom-create-preact',
display: 'Customize with create-preact ↗',
display: 'Official Preact Starter ↗',
color: magenta,
customCommand: 'npm create preact@latest TARGET_DIR',
},
Expand Down Expand Up @@ -276,13 +276,13 @@ const FRAMEWORKS: Framework[] = [
variants: [
{
name: 'create-vite-extra',
display: 'create-vite-extra ↗',
display: 'Extra Vite Starters ↗',
color: reset,
customCommand: 'npm create vite-extra@latest TARGET_DIR',
},
{
name: 'create-electron-vite',
display: 'create-electron-vite ↗',
display: 'Electron ↗',
color: reset,
customCommand: 'npm create electron-vite@latest TARGET_DIR',
},
Expand Down

0 comments on commit 1992f68

Please sign in to comment.