We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdd3fa commit 708133eCopy full SHA for 708133e
1 file changed
packages/create-vite/src/index.ts
@@ -180,6 +180,12 @@ const FRAMEWORKS: Framework[] = [
180
color: reset,
181
customCommand: 'npm create vite-extra@latest TARGET_DIR',
182
},
183
+ {
184
+ name: 'create-electron-vite',
185
+ display: 'create-electron-vite ↗',
186
+ color: reset,
187
+ customCommand: 'npm create electron-vite@latest TARGET_DIR',
188
+ },
189
],
190
191
]
0 commit comments