mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-15 18:58:58 +00:00
First draft complete!
This commit is contained in:
21
slides/210-pwa.html
Normal file
21
slides/210-pwa.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<title>Progressive Web Applications</title>
|
||||
<h1>Progressive Web Applications (PWA)</h1>
|
||||
<div class="center">
|
||||
<div class="card appear" repeat="pwa">
|
||||
<span>{{item}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="appear">PWA Demo</h2>
|
||||
<script>
|
||||
this.pwa = [
|
||||
"💾 Install as Local Apps",
|
||||
"📶 Reliable (even Offline)",
|
||||
"🏃♀️ Fast (Cache)",
|
||||
"📃 Manifest",
|
||||
"👷♀️ Service Worker",
|
||||
"🆗 Install, Activate",
|
||||
"📂 Pre-cache",
|
||||
"↗ Intercept Fetch"
|
||||
];
|
||||
</script>
|
||||
<next-slide>220-wrapup</next-slide>
|
||||
Reference in New Issue
Block a user