@@ -102,7 +102,7 @@ const FRAMEWORKS: Framework[] = [
102
102
} ,
103
103
{
104
104
name : 'custom-create-vue' ,
105
- display : 'Customize with create-vue ↗' ,
105
+ display : 'Official Vue Starter ↗' ,
106
106
color : green ,
107
107
customCommand : 'npm create vue@latest TARGET_DIR' ,
108
108
} ,
@@ -164,7 +164,7 @@ const FRAMEWORKS: Framework[] = [
164
164
} ,
165
165
{
166
166
name : 'custom-create-preact' ,
167
- display : 'Customize with create-preact ↗' ,
167
+ display : 'Official Preact Starter ↗' ,
168
168
color : magenta ,
169
169
customCommand : 'npm create preact@latest TARGET_DIR' ,
170
170
} ,
@@ -276,13 +276,13 @@ const FRAMEWORKS: Framework[] = [
276
276
variants : [
277
277
{
278
278
name : 'create-vite-extra' ,
279
- display : 'create-vite-extra ↗' ,
279
+ display : 'Extra Vite Starters ↗' ,
280
280
color : reset ,
281
281
customCommand : 'npm create vite-extra@latest TARGET_DIR' ,
282
282
} ,
283
283
{
284
284
name : 'create-electron-vite' ,
285
- display : 'create-electron-vite ↗' ,
285
+ display : 'Electron ↗' ,
286
286
color : reset ,
287
287
customCommand : 'npm create electron-vite@latest TARGET_DIR' ,
288
288
} ,
0 commit comments