README
api-wrapper-library
A wrapper library for API's
Setup
- Add the
api-wrapper-library
dependency withyarn
ornpm
to your project - Add
api-wrapper-library
to themodules
section ofnuxt.config.js
- Configure it:
{
modules: [
// Simple usage
'api-wrapper-library',
// With options
['api-wrapper-library', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Mike McGrath mmcgrath@mindedge.com