Skip to content

mevbg/nuxt-kit

Repository files navigation

Mev’s Nuxt Kit

A personal kit module developed for Nuxt

npm version License Nuxt

🎯 Overview

TODO: To be written…

🚀 Features

TODO: To be written…

📦 Setup

  1. Install the module to your Nuxt application with one command:
npx nuxi module add @mevbg/nuxt-kit
  1. Include it in the modules list in nuxt.config.ts:
// nuxt.config.ts

export default defineNuxtConfig({
  modules: ['@mevbg/nuxt-kit'],

  mevKit: {
    // config
  }
});

That's it! You can now use Mev’s Nuxt Kit in your Nuxt app. ✨

⚙️ Usage

TODO: To be written…

🔧 Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Release new version
npm run release

🤝🏻 Contributing

This is a personal tool and no contributions are expected. At least for now. 😋