Install Algolia vue-instantsearch in Nuxt project

Опубликовано: 02 Апрель 2026
на канале: Cleavr
2,170
21

Options for search capabilities for Nuxt / Content include the Nuxt content module itself, which has a search function that you can enable, using Algolia search, or using a different search solution.

For Algolia, you can use DocSearch by Algolia, which is free and is commonly seen on open-source software documentation sites, as well as their regular Algolia plan.

They offer a generous free plan, which we'll use in this example.

In this video, we'll enable the vue-instantsearch module with our Nuxt project. Vue-instantsearch is Aglolia's library of pre-made VueJS components that you can use for your doc search feature.

A key thing to make sure that you do, is add in the Transpile vue-instantsearch with your project as the JavaScript versions are different and will result in errors otherwise.