Outfit
- ⛰ Socket suport
- 🚠 Sanctum support
- 🌲 Form validation
- Add
nuxt-outfit
dependency to your project
# Using npm
npm install --save-dev nuxt-outfit
- Add
nuxt-outfit
to thenuxt-outfit
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-outfit'
]
})
That's it! You can now use My Module in your Nuxt app ✨