Skip to content

General Architecture

Richard Powell edited this page Dec 8, 2019 · 1 revision

The general structure of how the project work:

The Vue UI layer uses Vuex to interface with a $state which is effectively what 'glues' the model to the view.

--------------             ------------          ------------
|            |  getters    |          |          |          |
|  UI (vue)  |  ---------> |   state  | <------->|   show   |
|            |  <--------- |          |          |          |
|            |             |          |          ------------
|            |  mutator    |          |
|            |  ---------> |          |
--------------             ------------
Clone this wiki locally