We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb2604 commit ac1fd41Copy full SHA for ac1fd41
packages/create-vite/src/index.ts
@@ -249,6 +249,25 @@ const FRAMEWORKS: Framework[] = [
249
},
250
],
251
252
+ {
253
+ name: 'angular',
254
+ display: 'Angular',
255
+ color: red,
256
+ variants: [
257
258
+ name: 'custom-angular',
259
+ display: 'Angular ↗',
260
261
+ customCommand: 'npx -p @angular/cli@latest ng new TARGET_DIR',
262
+ },
263
264
+ name: 'custom-analog',
265
+ display: 'Analog ↗',
266
+ color: yellow,
267
+ customCommand: 'npm create analog@latest TARGET_DIR',
268
269
+ ],
270
271
{
272
name: 'others',
273
display: 'Others',
0 commit comments