Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of alexdeia/vue-offline-extended

Account's avatar
localForage/localForage
Offline storage, improved.
Account's avatar
thgreasi/localForage-getItems
Adds getItems method to localForage.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
59naga/babel-plugin-add-module-exports
Fix babel/babel#2212
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
jsdom/jsdom
A JavaScript implementation of many web standards
Account's avatar
rstacruz/jsdom-global
Enable DOM in Node.js
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
webpack/webpack-cli
CLI for webpack & friends
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.

Support the repos that depend on this repository

Top contributors

alexdeia's profile
alexdeia
12 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
alexdeia

alexdeia/vue-offline-extended

Offline states, storage and other tools for Vue.js apps and Progressive Web Apps

JavaScript
1
0
MIT License

Vue Offline Extended is a Vue .js plugin that adds reactive online/offline state helpers (e.g., `isOnline`, `isOffline`, `showOnline`) and global `online`/`offline` events to any component, plus a wrapper around **localforage** (`Vue.$offlineStorage`) for persisting data when the app is offline. It’s aimed at developers building offline‑first Progressive Web Apps or any Vue applications that need to detect connectivity changes and cache data locally.