Skip to content

farnabaz/nuxt-dto

Repository files navigation

nuxt-dto

Setup

  1. Add nuxt-dto dependency to your project:
yarn add nuxt-dto # or npm install nuxt-dto
  1. Add nuxt-dto to the modules section of nuxt.config.js:
{
  modules: [
    ['nuxt-dto', {
      handler: '/path/to/handler'
    }]
  ]
}