UNPKG

1.32 kBHTMLView Raw
1---
2layout: master
3title: A pluggable approach to Service Workers for Ember.js
4---
5
6<div class="header jumbotron">
7 <div class="container">
8 <h1>A pluggable approach to Service Workers for Ember.js</h1>
9 <p>
10 <a class="btn btn-lg btn-default" href="{% link _documentation/getting_started.md %}">Get started</a>
11 <a class="btn btn-lg btn-default" href="{{ site.github.repository_url }}">View on GitHub</a>
12 </p>
13 </div>
14</div>
15
16<div class="content">
17 <div class="container">
18 <div class="row">
19 <div class="col-md-10 col-lg-8">
20 <h3>Pain free setup</h3>
21 <p class="lead text-justify">
22 Ember Service Worker takes care of compiling and registering your Service Worker
23 script. No need to waste time on writing boilerplate code! Make your app
24 offline first in about 30 minutes.
25 <p>
26 </div>
27 </div>
28
29 <div class="row">
30 <div class="col-md-10 col-lg-8">
31 <h3>Batteries excluded</h3>
32 <p class="lead text-justify">
33 Without any extra addons all this addon does is install an empty Service Worker
34 script. This allows you to write your own code or to curate a set of
35 plugins that make the Service Worker function the way you want it to.
36 <p>
37 </div>
38 </div>
39 </div>
40</div>