nuxt-meilisearch
๐ Meilisearch module for Nuxt 3
File Explorer
Download Latest Version (.zip)- mdc-components.md
- templates.md
- writing-guide.md
- SKILL.md
- best-practices.md
- examples.md
- progressive-disclosure.md
- skill-structure.md
- SKILL.md
- ai-search.md
- api-reference.md
- filtering-sorting-faceting.md
- getting-started.md
- indexing.md
- relevancy.md
- search.md
- security.md
- self-hosting.md
- SKILL.md
- advanced-hooks.md
- advanced-layers.md
- advanced-module-authoring.md
- best-practices-data-fetching.md
- best-practices-ssr.md
- core-cli.md
- core-config.md
- core-data-fetching.md
- core-deployment.md
- core-directory-structure.md
- core-modules.md
- core-routing.md
- features-components-autoimport.md
- features-components.md
- features-composables.md
- features-server.md
- features-state.md
- rendering-modes.md
- GENERATION.md
- SKILL.md
- ci-workflows.md
- development.md
- testing-and-publishing.md
- SKILL.md
- suite_tests_nuxt-meilisearch_1f40e4d7.plan.md
- ci.yml
- release.yml
- main.css
- .navigation.yml
- 1.setup.md
- .navigation.yml
- 1.Basic.md
- 2.Advanced.md
- .navigation.yml
- 1.server.md
- 2.exemple.md
- .navigation.yml
- 1.tools.md
- index.md
- favicon.ico
- mountains.webp
- .gitignore
- .npmrc
- app.config.ts
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- README.md
- default.vue
- async.vue
- index.vue
- instant.vue
- exemple.post.ts
- app.config.ts
- nuxt.config.ts
- tsconfig.json
- types.d.ts
- useAsyncMeiliSearch.ts
- useInstantSearch.ts
- useMeiliSearch.ts
- useMeiliSearchRef.ts
- meilisearch.ts
- instantsearh.d.ts
- nuxtMeilisearch.ts
- module.ts
- useAsyncMeiliSearch.test.ts
- useInstantSearch.test.ts
- useMeiliSearch.test.ts
- useMeiliSearchRef.test.ts
- config.get.ts
- .nuxtrc
- app.vue
- nuxt.config.ts
- config.get.ts
- app.vue
- nuxt.config.ts
- app.vue
- nuxt.config.ts
- config.get.ts
- search.get.ts
- app.vue
- nuxt.config.ts
- meilisearch-mock.ts
- meilisearch.test.ts
- module.test.ts
- setup.ts
- .editorconfig
- .gitignore
- .npmrc
- build.config.ts
- CHANGELOG.md
- eslint.config.mjs
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- renovate.json
- skills-lock.json
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/xlanex6/nuxt-meilisearch
Downloads the entire project code from GitHub to your computer.
cd nuxt-meilisearch
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install nuxt-meilisearch
Downloads and installs the libraries listed in package.json.
yarn add nuxt-meilisearch
Type this command into your terminal and run it.
pnpm add nuxt-meilisearch
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
