@responseams/app-config
v0.4.0
Published
The Configuration builder utility for Response's Nuxt app.
Readme
@responseams/app-config
Allows programatically building a Response App config for the Nuxt.js application using a declarative chaining API with TypeScript or JavaScript.
Usage
const Response = require('@responseams/app-config');
return new Response().withApiURL('http://api.mydomain.com').getObject();