https://github.com/techouse/alfred-vue-docs
Search the Vue.js v3 and v2 documentation using Alfred.
https://github.com/techouse/alfred-vue-docs
alfred-workflow algolia-search vuejs vuejs3
Last synced: about 1 year ago
JSON representation
Search the Vue.js v3 and v2 documentation using Alfred.
- Host: GitHub
- URL: https://github.com/techouse/alfred-vue-docs
- Owner: techouse
- License: mit
- Created: 2021-07-04T14:12:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T11:47:15.000Z (about 1 year ago)
- Last Synced: 2025-04-22T22:17:09.186Z (about 1 year ago)
- Topics: alfred-workflow, algolia-search, vuejs, vuejs3
- Language: Dart
- Homepage:
- Size: 4.47 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Docs Workflow for Alfred



Search the [Vue.js documentation](https://v3.vuejs.org/guide/introduction.html) using [Alfred](https://www.alfredapp.com/).

## Installation
1. [Download the latest version](https://github.com/techouse/alfred-vue-docs/releases/latest)
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 `` to open it in your web browser.
## Changing Branches
The workflow supports searching the documentation of several versions. To change the branch, configure the Workflow as show in the image below.

### Note
The lightning fast search is powered by [Algolia](https://www.algolia.com) using the _same_ index as the official [Vue.js](https://v3.vuejs.org/) website.