A simple Todo app demonstrating usage of Vue (Vuetify) with MobX for state management and Inversify for handling IoC.
Sample Todo app using the following technologies:
- VueJS + Vuetify for UI
- Inversify for IoC
- MobX for handling app state instead of Vuex
- IndexedDB for storage
- Web Worker for handling storage
https://www.dnasir.com/vue-mobx-inversify-demo
yarn install
yarn run serve
yarn run build