JSPM

  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q92428F
  • License

Declarative, full-stack web application framework

Package Exports

  • declaire

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (declaire) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Declaire.js

npm version Build Status Coverage Status Dependency Status Code Climate

Declarative, full-stack web application framework

Installation

npm install declaire --save

Usage

var declaire = require('declaire');

var app = declaire.Application({
  mongoDevUrl: 'mongodb://127.0.0.1:27017/myapp'
});

app.init(function(start) {
  start();
});

License

MIT