diff --git a/packages/create-vite/README.md b/packages/create-vite/README.md index 6937ff24724340..f939fadd539e09 100644 --- a/packages/create-vite/README.md +++ b/packages/create-vite/README.md @@ -29,6 +29,12 @@ With Bun: bun create vite ``` +With Deno: + +```bash +deno init --npm vite +``` + Then follow the prompts! You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run: @@ -45,6 +51,9 @@ pnpm create vite my-vue-app --template vue # Bun bun create vite my-vue-app --template vue + +# Deno +deno init --npm vite my-vue-app --template vue ``` Currently supported template presets include: diff --git a/packages/vite/README.md b/packages/vite/README.md index 28fb80b9a2ae78..b0e348be45cdc9 100644 --- a/packages/vite/README.md +++ b/packages/vite/README.md @@ -1,4 +1,4 @@ -# vite ⚡ +# Vite ⚡ > Next Generation Frontend Tooling