mamsol / nuxt-dto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
    }]
  ]
}

About


Languages

Language:TypeScript 87.2%Language:JavaScript 6.6%Language:Vue 6.2%