loopback-boot/test/fixtures/browser-app
Miroslav Bajtoš f8247be23c Configure components via `component-config.json`
Load configuration of components from `component-config`
and configure all components as specified.

Sample JSON:

    {
      "loopback-component-foobar": {
        "option1": "value1",
        "option2": "value2"
      }
    }

The component is expected to export the following function:

    module.exports = function(app, options) { /* ... */ };
2015-01-06 14:00:26 +01:00
..
boot Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
components Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
models executor: remove `Base` arg from model function 2014-07-22 10:59:50 +02:00
app.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
component-config.json Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
datasources.json Rework model configuration 2014-06-13 19:40:52 +02:00
model-config.json compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00