PWA: Add to home screen Angular Universal Server side rendering: for achieving better proference on init loading Angular 2 CLI ng new myapp --mobile sw-precache: with webpack: sw-toolbox: run time caching angular2 material design: *shellRender and *s…
Link : Video. 1. Firebase Auth: provides simple login with Github, Google, Facebook, Twittr. Link 2. Manifest: 3. Generate Mainfest and icons: Link 4. Read-only offline cache: 5. What Web can do Today?: Link Github: link https://firebase.google.com/d…
原文转载自「刘悦的技术博客」https://v3u.cn/a_id_216 PWA(Progressive web apps,渐进式 Web 应用)使用现代的 Web API 以及传统的渐进式增强策略来创建跨平台 Web 应用程序,说白了,PWA可以让我们的站点以原生APP的形式运行,但相比于安装原生APP应用,访问PWA显然更加容易和迅速,还可以通过链接来分享PWA应用. 有许多知名的网络平台已经将 PWA 方案落地,比如Twitter.选择增强的网站体验而不是原生应用.事实上使用PWA也确实…
sw-toolbox: Github It provides a cononical implementation of all the runtime caching strategies that you need for you dynamice content. sw-precache: Github It takes care of caching and maintaing all the resources in your app shell sw-helpers: Github…