algolia-samples / about

Welcome to Algolia Samples! 👋
https://www.Algolia.com
MIT License
2 stars 1 forks source link

Algolia module for Nuxt 3 sample #27

Closed Baroshem closed 2 years ago

Baroshem commented 2 years ago

What's the use case for the sample? Please explain what use case this sample is addressing. If your sample is an implementation of an existing sample in another programming language, please add a link to the existing sample here.

Hello, I am quite new here so I will try to put as much details as possible. If I will miss something, please let me know so that I can update it.

I recently released an Algolia module for Nuxt 3.

Github repository -> https://github.com/nuxt-commerce/algolia Documentation -> https://algolia-nc.netlify.app Article about how to use it with Nuxt 3 in more details -> https://dev.to/baroshem/how-to-add-algolia-search-to-nuxt-3-3od3 Repository using the Algolia module and Nuxt 3 -> https://github.com/Baroshem/nuxt3-algolia

What's the programming language? What's the primary programming language for this sample? If your sample has both front-end and back-end components, please list both.

JavaScript / TypeScript

Sample GitHub URL: Please list the GitHub URL of your project, for example, github.com/algolia-samples/chatbot-with-algolia-answers

https://github.com/Baroshem/nuxt3-algolia

Author Information (please fill out):

Dependencies: Please list any dependencies for services, tools, or others this project has, including Algolia's services. For example, Algolia Answers, Google Cloud Vision, etc.

"dependencies": { "algoliasearch": "^4.11.0" },

Checklist:

Please check every part of this checklist for us to process your request. You can do this by marking them with [x] instead of [ ].

clemfromspace commented 2 years ago

@Baroshem Thanks a lot for your contribution, and sorry for the delay, your module is now published in the Algolia code exchange :tada:

Baroshem commented 2 years ago

Hey,

Thanks for that!

I completely forgot about this Pull Request as it was waiting a bit in a queue. My module is now part of the official Nuxt modules under the repository.

https://github.com/nuxt-community/algolia-module

And also a new docs.

Could you please change the links so that the users will get to the right documentation and repository code?

Since then, the module has many more functionalities like support for vue-instantsearch.

Sorry for the changes. If you need my help just let me know.

Baroshem commented 2 years ago

I see that in the code exchange it redirects to the correct package. Thanks!