Skip to content

Commit 708133e

Browse files
authored
feat(create-vite): support create-electron-vite (#12390)
1 parent 5cdd3fa commit 708133e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/create-vite/src/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ const FRAMEWORKS: Framework[] = [
180180
color: reset,
181181
customCommand: 'npm create vite-extra@latest TARGET_DIR',
182182
},
183+
{
184+
name: 'create-electron-vite',
185+
display: 'create-electron-vite ↗',
186+
color: reset,
187+
customCommand: 'npm create electron-vite@latest TARGET_DIR',
188+
},
183189
],
184190
},
185191
]

0 commit comments

Comments
 (0)