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
293 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,804 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
goldhand/sw-precache-webpack-plugin | Generates a service worker file to cache external assets using the sw-precache plugin. | 1,441 |
webpack-contrib/webpack-bundle-analyzer | A tool that provides an interactive visualization of the contents and size of bundled modules in web applications. | 12,602 |
nolanlawson/pokedex.org | An offline-capable Pokémon database web application built with JavaScript and various libraries | 2,277 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,598 |
webdiscus/html-bundler-webpack-plugin | Automates the processing of source files and generates an HTML file containing links to resources. | 152 |
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,576 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,362 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,839 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,105 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,235 |
elixir-plug/plug | A specification and runtime environment for building web applications with functions in the Erlang VM. | 2,878 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,759 |