@mevbg/nuxt-kit
v0.5.5
Published
Mev’s personal Nuxt kit module.
Downloads
624
Maintainers
Readme
Mev’s Nuxt Kit
A personal kit module developed for Nuxt
🎯 Overview
TODO: To be written…
🚀 Features
TODO: To be written…
📦 Setup
- Install the module to your Nuxt application with one command:
npx nuxi module add @mevbg/nuxt-kit- 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. 😋
