From 9889a707347990b10900a3253b6ab639cf44ee5d Mon Sep 17 00:00:00 2001 From: Kapeli Date: Thu, 23 Oct 2025 09:42:05 +0300 Subject: [PATCH] Add Dash documentation browser Dash is an offline API documentation browser that provides instant search for Vue.js docs and 200+ other frameworks. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f8063d09..03c933299 100644 --- a/README.md +++ b/README.md @@ -1701,6 +1701,10 @@ _Create documentation_ - [vuese](https://github.com/vuese/vuese) - One-stop solution for vue component documentation. - [Vue Cheatsheet](https://vue-cheatsheet.themeselection.com/) - The only Vue cheatsheet you will ever need +_Browse documentation_ + +- [Dash](https://kapeli.com/dash) - Offline API documentation browser for macOS with instant search access to Vue.js docs and 200+ other frameworks. + #### Test - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue.