content-reloader
v0.0.1
Published
A middleware to reload the page or its styles at any time
Downloads
2
Maintainers
Readme
content-reloader
A Node.js middleware to reload the page or its styles at any time
Installation
npm install --save-dev content-reloader
API
const ContentReloader = require('content-reloader');
contentReloader = new ContentReloader([options])
options: Object
Usage
License
ISC License © 2019 Shinnosuke Watanabe