Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/clinical-meteor/error-pages
- Owner: clinical-meteor
- Created: 2016-01-11T18:55:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T20:01:44.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T12:56:19.398Z (2 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````===============================
#### UsageAdd 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)