0.1.0 • Published 5 years ago

offline-app-example v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Offline App example (OfflineHandler Demo)

A simple offline-ready page example

Doc

  • Installation

Simpy create a new OfflineHandler with the list of ressources you want cached:

new OfflineHandler([
	'lib/db.js/js/db.min.js',
	'js/load.js',
	'css/style.min.css'
]);
  • See

See the OfflineHandler project.

Authors