0.0.2 • Published 2 years ago

@suggestify/nuxt v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.0.2

2 years ago

0.0.1

2 years ago