content-reloader

A middleware to reload the page or its styles at any time

Usage no npm install needed!

<script type="module">
  import contentReloader from 'https://cdn.skypack.dev/content-reloader';
</script>

README

content-reloader

npm version Build Status Build status codecov

A Node.js middleware to reload the page or its styles at any time

Installation

Use npm.

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