]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: add Deno to install instructions (#2742) main
authorBartek Iwańczuk <biwanczuk@gmail.com>
Fri, 19 Jun 2026 04:18:42 +0000 (06:18 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 04:18:42 +0000 (06:18 +0200)
packages/docs/installation.md

index 35cb3de5f139ee57cb0e738934091294f42ac6b1..5a3e806a010df4b22dbd188ef4eaac2155a9e9b7 100644 (file)
@@ -32,6 +32,10 @@ pnpm add vue-router
 bun 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:
 :::
 
 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: