Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.36 KB

Vue.js Docs Workflow for Alfred

GitHub release GitHub All Releases GitHub

Search the Vue.js documentation using Alfred.

demo

Installation

  1. Download the latest version
  2. Install the workflow by double-clicking the .alfredworkflow file
  3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.

Usage

Just type vue followed by your search query.

vue composition

Either press ⌘Y to Quick Look the result, or press <enter> to open it in your web browser.

Changing Branches

The workflow supports searching the documentation of both branches, v3, v2. By default, it searches the v3 branch. To search branch v2 simply type v2 anywhere in your query, like so:

vue v-if v2

Note

The lightning fast search is powered by Algolia using the same index as the official Vue.js website.