0.2.3 • Published 6 years ago
api-mapper-nuxt-module v0.2.3
api-mapper-nuxt-module
nuxt module for mapping uri and response props of rest api
Setup
- Add the api-mapper-nuxt-moduledependency withyarnornpmto your project
- Add api-mapper-nuxt-moduleto themodulessection ofnuxt.config.js
- Configure it:
{
  modules: [
    // Simple usage
    'api-mapper-nuxt-module',
    // With options
    ['api-mapper-nuxt-module', { /* module options */ }]
  ]
}Development
- Clone this repository
- Install dependencies using yarn installornpm install
- Start development server using npm run dev
License
Copyright (c) Ryosuke Miyamoto yahsan2@gmail.com