项目作者: kaseyhinton

项目描述 :
A polymer 3 heroes of the storm app
高级语言: JavaScript
项目地址: git://github.com/kaseyhinton/heroes-of-the-storm-polymer.git
创建时间: 2018-02-03T06:03:48Z
项目社区:https://github.com/kaseyhinton/heroes-of-the-storm-polymer

开源协议:

下载


Built with pwa–starter–kit
Build status

PWA Starter Kit — template-no-redux

This sample app is a starting point for building PWAs. Out of the box, the template
gives you the following features:

  • all the PWA goodness (manifest, service worker)
  • a responsive layout
  • application theming
  • offline UI
  • simple routing solution
  • fast time-to-interactive and first-paint through the PRPL pattern
  • easy deployment to prpl-server or static hosting
  • unit and integrating testing starting points
  • documentation about other advanced patterns.

This template has the same UI elements as the master one (app-layout elements, theming, etc), but does not use Redux for state management. Instead, it does a properties-down-events-up unidirectional data flow approach, where the data source of truth is mutable, and individual elements (specifically, each view) own parts of the entire application state.

📖 Head over to the documentation site for more details or check out how to get started!

pwa-starter-kit screenshot

TODOs