Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.2 KB

@nuxtjs/outfit

npm version npm downloads License

Outfit

Features

  • ⛰  Socket suport
  • 🚠  Sanctum support
  • 🌲  Form validation

Quick Setup

  1. Add nuxt-outfit dependency to your project
# Using npm
npm install --save-dev nuxt-outfit
  1. Add nuxt-outfit to the nuxt-outfit section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-outfit'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨