0.0.1 • Published 6 years ago
api-wrapper-library v0.0.1
api-wrapper-library
A wrapper library for API's
Setup
- Add the
api-wrapper-librarydependency withyarnornpmto your project - Add
api-wrapper-libraryto themodulessection 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 installornpm install - Start development server using
npm run dev
License
Copyright (c) Mike McGrath mmcgrath@mindedge.com
0.0.1
6 years ago