0.0.7 • Published 4 years ago
nuxt-dto v0.0.7
nuxt-dto
Setup
- Add
nuxt-dtodependency to your project:
yarn add nuxt-dto # or npm install nuxt-dto- Add
nuxt-dtoto themodulessection ofnuxt.config.js:
{
modules: [
['nuxt-dto', {
handler: '/path/to/handler'
}]
]
}