Skip to content

A demo app that shows you how to use Vue & the Typesense InstantSearch adapter, to build rich search interfaces.

Notifications You must be signed in to change notification settings

typesense/typesense-vue-instantsearch-demo

Repository files navigation

typesense-vue-instantsearch-demo

This is a demo that shows you a quick search interface that was built with Vue and typesense-instantsearch-adapter.

It was created using npx create-instantsearch-app and then here's the key change that lets you use the app with Typesense:

Read the accompanying walk-through here: https://typesense.org/docs/latest/guide/search-ui-components.html.

Here are more live demos that use the Instantsearch adapter: https://typesense.org/docs/overview/demos.html

Get started

To run this project locally, install the dependencies, start Typesense Server, populate the index and run the app server:

$ nvm use
$ npm install
$ npm run typesenseServer
$ npm run populateTypesenseIndex
$ npm start

Open http://localhost:3000 to see your app.