Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

RFC: Config

Wesley Overdijk edited this page Jun 4, 2016 · 1 revision

My idea for the config is as follows:

  • everything that's configurable goes in the config.
  • All plugins expose their configuration through the config
  • Enabling plugins can be done through the config and the module-manager (tbd)

Examples

import {apiConfig} from './api';
{
  plugins: ['aurelia-api', 'aurelia-orm', 'aurelia-authentication'],
  api: apiConfig
}
Clone this wiki locally