1.0.0 • Published 5 years ago

@dolittle/aurelia.contrib v1.0.0

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

Aurelia Client Contrib Support

This project serves as a place to experiment and play with practical shared functionality that augments the JavaScript.Client.Aurelia package and exposes practical shared building blocks that makes developing Auralia applications easier.

Using

Add a dependency to this package:

$ npm i @dolittle/aurelia.contrib

...or

$ yarn add @dolittle/aurelia.contrib

In your Aurelia setup (main.js):

aurelia.use.plugin(PLATFORM.moduleName('@dolittle/aurelia.contrib');

For more details on using or contributing, read our documentation here