Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typesense/typesense-vue-instantsearch-demo
A demo app that shows you how to use Vue & the Typesense InstantSearch adapter, to build rich search interfaces.
https://github.com/typesense/typesense-vue-instantsearch-demo
demo instantsearch search-ui typesense typesense-instantsearch-adapter vue vue-instantsearch
Last synced: 1 day ago
JSON representation
A demo app that shows you how to use Vue & the Typesense InstantSearch adapter, to build rich search interfaces.
- Host: GitHub
- URL: https://github.com/typesense/typesense-vue-instantsearch-demo
- Owner: typesense
- Created: 2021-07-08T19:31:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:07:18.000Z (10 months ago)
- Last Synced: 2024-08-07T06:06:20.045Z (3 months ago)
- Topics: demo, instantsearch, search-ui, typesense, typesense-instantsearch-adapter, vue, vue-instantsearch
- Language: Vue
- Homepage:
- Size: 892 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typesense-vue-instantsearch-demo
This is a demo that shows you a quick search interface that was built with Vue and [typesense-instantsearch-adapter](https://github.com/typesense/typesense-instantsearch-adapter).
It was created using `npx create-instantsearch-app` and then [here's](https://github.com/typesense/typesense-vue-instantsearch-demo/commit/a3e3d4d3306746ab933ed6c3102d3e6427064c80#diff-7a7a37b12ee1265d7e27577ec286120d2cbc0940908635e264a2be44ccb9a8a0R72-R99) 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](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](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:
```sh
$ nvm use
$ npm install
$ npm run typesenseServer
``````sh
$ npm run populateTypesenseIndex
$ npm start
```Open http://localhost:3000 to see your app.