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