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

Declarative, full-stack web application framework
Installation
npm install declaire --saveUsage
require('declaire')({
mongoDevUrl: 'mongodb://127.0.0.1:27017/myapp'
}, function(declaire, start) {
start();
});License
MIT
Todo
- Template imports
- Link bundle in header using async attr
- Statement alternatives
- Update local storage IDs
- Local queries
- Selectively update data structures using deep merge
- Extend Models
- ViewModel.listenTo()
- History & Rollback
- Access permissions
- Remote blocks