Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add arrows for external cli
  • Loading branch information
bluwy committed Sep 23, 2022
commit 502665c9e3d517f50e218b29d941de17e9d6b87d
8 changes: 4 additions & 4 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ const FRAMEWORKS: Framework[] = [
},
{
name: 'custom-create-vue',
display: 'Customize with create-vue',
display: 'Customize with create-vue',
color: green,
customCommand: 'npm create vue@latest TARGET_DIR'
},
{
name: 'custom-nuxt',
display: 'Nuxt',
display: 'Nuxt',
color: lightGreen,
customCommand: 'npm exec nuxi init TARGET_DIR'
}
Expand Down Expand Up @@ -153,7 +153,7 @@ const FRAMEWORKS: Framework[] = [
},
{
name: 'custom-svelte-kit',
display: 'SvelteKit',
display: 'SvelteKit',
color: red,
customCommand: 'npm create svelte@latest TARGET_DIR'
}
Expand All @@ -166,7 +166,7 @@ const FRAMEWORKS: Framework[] = [
variants: [
{
name: 'create-vite-extra',
display: 'create-vite-extra',
display: 'create-vite-extra',
color: reset,
customCommand: 'npm create vite-extra@latest TARGET_DIR'
}
Expand Down