--- layout: master title: A pluggable approach to Service Workers for Ember.js ---

A pluggable approach to Service Workers for Ember.js

Get started View on GitHub

Pain free setup

Ember Service Worker takes care of compiling and registering your Service Worker script. No need to waste time on writing boilerplate code! Make your app offline first in about 30 minutes.

Batteries excluded

Without any extra addons all this addon does is install an empty Service Worker script. This allows you to write your own code or to curate a set of plugins that make the Service Worker function the way you want it to.