From 80f3cfd3303307482820589d5ab4cdccdf0e2355 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 19 Jun 2026 06:18:42 +0200 Subject: [PATCH] docs: add Deno to install instructions (#2742) --- packages/docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/installation.md b/packages/docs/installation.md index 35cb3de5f..5a3e806a0 100644 --- a/packages/docs/installation.md +++ b/packages/docs/installation.md @@ -32,6 +32,10 @@ pnpm add vue-router bun add vue-router ``` +```bash [deno] +deno add vue-router +``` + ::: If you're starting a new project, you might find it easier to use the [create-vue](https://github.com/vuejs/create-vue) scaffolding tool, which creates a Vite-based project with the option to include Vue Router: -- 2.47.3