nuxt-outfit
v1.7.0
Published
Outfit - Connection Laravel and Nuxt
Downloads
108
Readme
@nuxtjs/outfit
Outfit
Features
- ⛰ Socket suport
- 🚠 Sanctum support
- 🌲 Form validation
Quick Setup
- 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 ✨
