@vaxee/nuxt
v0.9.0
Published
Nuxt Module for Vaxee
Downloads
92
Maintainers
Readme
Nuxt 3 module
Documentation
You can find the documentation on the website.
Installation
npm i @vaxee/nuxt
Usage
Add to modules
in nuxt.config.js
:
export default defineNuxtConfig({
modules: ["@vaxee/nuxt"],
});