This repository contains the Vue.js frontend of LAYA Iraq. Please read the README for further instructions on installation, testing and development. Further questions or issues may be send to laya-iraq@outlook.com or as an issue via Github.
We are using vuex as store management. However, there are still components that directly request the database. For a clear separation of concerns, we should have only vuex fire http requests, while components call vuex functions.
In GitLab by @maufcons on Jan 25, 2022, 11:09
We are using vuex as store management. However, there are still components that directly request the database. For a clear separation of concerns, we should have only vuex fire http requests, while components call vuex functions.
Components firing http requests