@suggestify/nuxt
v0.0.2
Published
Fully accessible search with suggestions
Downloads
2
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