@responseams/app-config

The Configuration builder utility for Response's Nuxt app.

Usage no npm install needed!

<script type="module">
  import responseamsAppConfig from 'https://cdn.skypack.dev/@responseams/app-config';
</script>

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();