Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-meteor/error-pages

Error pages for healthcare apps: LoadingPage and PageNotFound and maybe eventually others...
https://github.com/clinical-meteor/error-pages

Last synced: about 1 month ago
JSON representation

Error pages for healthcare apps: LoadingPage and PageNotFound and maybe eventually others...

Awesome Lists containing this project

README

        

##clinical:error-pages

Error pages for healthcare apps: LoadingPage and PageNotFound and maybe eventually others...

===============================
#### Installation

````bash
meteor add clinical:error-pages
````

===============================
#### Usage

Add the ``pageNotFound`` and ``appLoading`` templates to the router config, like so:

````js
Router.configure({
layoutTemplate: 'appLayout',
notFoundTemplate: 'pageNotFound',
loadingTemplate: 'appLoading'
});
````

===============================
#### Licensing

![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)