My new Nuxt module for doing amazing things.
- 🎯 Feature One - Description of your first feature
- 📦 Feature Two - Description of your second feature
- 🚀 Feature Three - Description of your third feature
Use nuxt to install the module automatically:
npx nuxt module add my-moduleOr install manually:
# npm
npm install -D my-module
# yarn
yarn add -D my-module
# pnpm
pnpm add -D my-module
# bun
bun add -D my-moduleContributions are welcome! Feel free to open an issue or submit a pull request.
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Start the playground
pnpm run dev
# Run tests
pnpm run test- Issues: Open an issue for bugs or feature requests
- Discussions: Join the discussion for questions and ideas
Published under the MIT license.
Made by @YourName and community 💛