Skip to content

Getting started

Installation

bash
npm install @byloth/vuert
bash
yarn add @byloth/vuert

Configuration

ts
// nuxt.config.ts

export default defineNuxtConfig({
  modules: ["@byloth/nuxt-vuert-module"],
  vuert: { /* Optional configuration */ }
});