0.5.1 • Published 4 years ago

@responseams/app-config-builder v0.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@responseams/app-config-builder

Allows programatically building a Response App config for the Nuxt.js application using a declarative chaining API with TypeScript or JavaScript.

Usage

const ConfigBuilder = require('@responseams/app-config-builder');

return new configBuilder()
  .withApiURL('http://api.mydomain.com')