Skip to content

thomasfjordside/nuxt3-kit

Repository files navigation

nuxt3-kit

Composables and utilities library for nuxt3. Currently only for testing.

Installation

Npm:

npm install @thomasfjordside/nuxt3-kit -D

Yarn:

yarn add @thomasfjordside/nuxt3-kit -D

Usage

add the following to nuxt.config.js

export default defineNuxtConfig({
  extends: [
    '@thomasfjordside/nuxt3-kit',
  ],
});