offline-plugin
Offline caching plugin
A plugin for Webpack that enables offline support by caching assets using ServiceWorker and AppCache.
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
5k stars
57 watching
295 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
appcacheapplication-cachecachingjavascriptofflineoffline-firstpluginprogressive-web-apppwaservice-workerservice-workersserviceworkerstoragewebpackwebpack-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
webpack/webpack-dev-server | Serves a webpack app with live reloading, updating the browser on changes. | 7,798 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
goldhand/sw-precache-webpack-plugin | Generates a service worker file to cache external assets using the sw-precache plugin. | 1,443 |
webpack-contrib/webpack-bundle-analyzer | A tool that provides an interactive visualization of the contents and size of bundled modules in web applications. | 12,588 |
nolanlawson/pokedex.org | An offline-capable Pokémon database web application built with JavaScript and various libraries | 2,273 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
webdiscus/html-bundler-webpack-plugin | A bundler for HTML templates that resolves source files of scripts, styles, images, and assets, inlining them into generated output. | 145 |
thoreinstein/serverless-offline-ssm | Enables offline development of AWS Serverless applications using SSM parameters | 94 |
insin/nwb | A toolkit for quickly developing web applications with React, Preact, Inferno, and vanilla JavaScript using a zero-config setup. | 5,574 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,366 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,752 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,108 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,233 |
elixir-plug/plug | A specification and runtime environment for building web applications with functions in the Erlang VM. | 2,869 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,726 |