Skip to content

Commit

Permalink
feat(create-vite): support create-electron-vite (#12390)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Mar 16, 2023
1 parent 5cdd3fa commit 708133e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ const FRAMEWORKS: Framework[] = [
color: reset,
customCommand: 'npm create vite-extra@latest TARGET_DIR',
},
{
name: 'create-electron-vite',
display: 'create-electron-vite ↗',
color: reset,
customCommand: 'npm create electron-vite@latest TARGET_DIR',
},
],
},
]
Expand Down

0 comments on commit 708133e

Please sign in to comment.