angular-indonesia / workbox-in-js-framework

🍳 Code sample for using Workbox in various JS framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workbox-in-js-framework

🍳 Code sample for using Workbox in various JS framework

About Workbox

Workbox is a collection of JavaScript libraries for Progressive Web Apps. Workbox help you deliver PWA in easy way, and it's applicable for any JS framework. See documentation here.

About this repo

This repo will demonstrate you how to using workbox in various real world example with popular JS framework, also will add with more sample with different test case. All different case will seperate in different branch. We also try to explain step by step clearly, so you can learn easier.

Available Codes

  1. Workbox Introduction
  2. Workbox in Vue.js
  3. Workbox in Angular
  4. Workbox in React

All sample will using the latest version from workbox, current is v3.1.0.

Workbox Modules

All code will use workbox's modules like Workbox CLI, workbox-build or workbox-webpack-plugin.

Contribution Guide

You can freely contribute to this repo, if it's new case please open issue first and I will create branch for that case. If it's fixing for existing and there is no issue for that thing, please also add issue first. Create issue with meaningful title and clear description so other contributor can understand easily.

Thanks.

Copyright © 2018 by Irfan Maulana

About

🍳 Code sample for using Workbox in various JS framework

License:MIT License


Languages

Language:JavaScript 56.3%Language:TypeScript 15.7%Language:HTML 13.0%Language:Vue 12.7%Language:CSS 2.3%