Skip to content

Share Vuex state across multiple Electron BrowserWindows

License

Notifications You must be signed in to change notification settings

MicroDroid/vuex-electron-ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vuex-electron-ipc

This library allows you to synchronize Vuex state across multiple BrowserWindows.

Usage

// ./index.js
const { registerVuexHub } = require('vuex-electron-ipc');

registerVuexHub();

// createWindow() etc.
// ./app/js/app.js
import { registerVuexNode } from 'vuex-electron-ipc';

// ...

export default new Vuex.Store({
	// ...
	plugins: [registerVuexNode]
});

About

Share Vuex state across multiple Electron BrowserWindows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published