A personal kit module developed for Nuxt
TODO: To be written…
TODO: To be written…
- 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. ✨
TODO: To be written…
# 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
This is a personal tool and no contributions are expected. At least for now. 😋