Vuex Electron Example

Usage example of Vuex Electron

How to run

yarn install
yarn start:dev

Where to look

  1. Creation of Vuex Store:

    src / store / index.js
  2. Using of store in renderer process:

    src / index.js
    src / views / app.js
  3. Using of store in main process:

    src / main.js