-
Notifications
You must be signed in to change notification settings - Fork 0
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 | |
| | ---------> | |
-------------- ------------