README
api-mapper-nuxt-module
nuxt module for mapping uri and response props of rest api
Setup
- Add the
api-mapper-nuxt-module
dependency withyarn
ornpm
to your project - Add
api-mapper-nuxt-module
to themodules
section 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 install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Ryosuke Miyamoto yahsan2@gmail.com