amp-pwa-demo

A simple, dependency-free blog that uses a Progressive Web App (PWA) to show Accellerated Mobile Pages (AMP).

  • 所有者: google/amp-pwa-demo
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

AMP+PWA Demo for Blog and News Sites

A simple, dependency-free blog that uses a
Progressive Web App
(PWA) to show Accelerated Mobile Pages (AMP).
This is not an official Google product.

Setup

This project requires Node.js and NPM.

In the root of this repo, run npm install to download all dependencies, and
then npm start to start the server. You can visit the site at
localhost:8080.

Note that this is just a demo site. Some features (e.g. push notifications)
require a more complex backend that is not implemented here.

Implementation Details

Our site uses AMP and PWA to create a site that loads as fast as possible, while
still allowing users to take advantage of some of the most recent web platform
features like push notifications and offline browsing.

The front end consists of three main components:

  • AMP templates: All pages are valid AMP pages. We'll only have to maintain
    a single set of templates (rather than a conventional version and a separate
    AMP version).
  • App Shell:
    This is an empty HTML page that contains some scripts to download content.
  • Service Worker

The first pageview will always be an AMP page. If visitors are coming from
Google search results, this page will be loaded directly from the Google AMP
cache
. In the background,
the AMP page will install the service worker, which in turn will cache the app
shell page and some other resources.

Any further pageview will be intercepted by the service worker. It returns the
app shell, rather than the requested page, and the app shell will then load the
actual content using AJAX.

While the content shown inside the app shell is still valid AMP, we can now use
custom JavaScript to add functionality that is not (yet) supported by AMP. Note
however that this functionality will not be available on the first pageview, or
in browsers that don't support service workers. The App Shell can also intercept
link clicks and use the web history API to create a "single page app".

主要指标

概览
名称与所有者google/amp-pwa-demo
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2017-03-20 10:05:48
推送于2017-04-04 12:59:12
最后一次提交2017-04-04 13:59:07
发布数0
用户参与
星数113
关注者数12
派生数33
提交数23
已启用问题?
问题数17
打开的问题数14
拉请求数9
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?