@suggestify/nuxt

Fully accessible search with suggestions

Usage no npm install needed!

<script type="module">
  import suggestifyNuxt from 'https://cdn.skypack.dev/@suggestify/nuxt';
</script>

README

Suggestify Nuxt3

Module for Nuxt3 Suggestify

This project is still under heavy development; a lot will change, so lock your versions of you don't want to be surprises

🚀 Setup

Install

$ yarn add suggestify-nuxt3

add the following to your nuxt.config.ts

export default defineNuxtConfig({
    ...
    modules: ['suggestify-nuxt3/module'],
    suggestify: {
    },
    ...
});

🚧 Development

Supported commands

    # Install packages
    $ yarn
    # Compile code and copy over files
    $ yarn build
    # Run playground and update packages
    $ yarn play

🦞 Misc

Code with <3