0.0.2 • Published 6 years ago

stijnhooft-portal-front-end-library v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Portal front-end library

Contains generic css styles and Javascript libraries to make communication between modules possible.

CSS

In order to make each module feel like home, each module needs to adhere to the house style.

The base rules can be found in style/app.scss. A module's css should extend this base stylesheet.

JavaScript (TODO)

Available services

The following services are available on the window scope:

events

An event emitter, which all modules can publish/listen to.

More information.