Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 814 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 814 Bytes

@getuikit/nuxt-theme

npm version npm downloads npm license Contributor Covenant

Nuxt theme for getuikit, powered by Demo Macro.

Getting started

# npm
$ npm install -D @getuikit/nuxt-theme

# yarn
$ yarn add -D @getuikit/nuxt-theme

# pnpm
$ pnpm add -D @getuikit/nuxt-theme

Usage

import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
  extends: ["@getuikit/nuxt-theme"],
});

License