My Module

My new Nuxt module for doing amazing things.
Features
- β° Β Foo
- π Β Bar
- π² Β Baz
Quick Setup
- Add
my-module
dependency to your project
pnpm add -D my-module
yarn add --dev my-module
npm install --save-dev my-module
- Add
my-module
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'my-module'
]
})
That's it! You can now use My Module in your Nuxt app β¨
Development
npm install
npm run dev:prepare
npm run dev
npm run dev:build
npm run lint
npm run test
npm run test:watch
npm run release