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