From: Bartek IwaƄczuk Date: Fri, 19 Jun 2026 04:18:42 +0000 (+0200) Subject: docs: add Deno to install instructions (#2742) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fvuejs%2Frouter.git docs: add Deno to install instructions (#2742) --- 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: