A tailor made implementation of algolia instantsearch for nuxt 3.
@atoms-studio/nuxt-swiftsearch dependency to your projectnpx nuxi@latest module add swiftsearch
@atoms-studio/nuxt-swiftsearch to the modules section of nuxt.config.tsexport default defineNuxtConfig({
modules: ["@atoms-studio/nuxt-swiftsearch"],
});
That's it! You can now use Nuxt Swiftsearch in your Nuxt app ✨
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release