Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 604 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 604 Bytes

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