Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 @@ -163,7 +163,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 @@ -275,13 +275,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