Skip to content

A Todo app demonstrating usage of Vue + MobX + Inversify.

Notifications You must be signed in to change notification settings

dnasir/vue-mobx-inversify-demo

Repository files navigation

Vue + MobX + Inversify Demo

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

Demo

https://www.dnasir.com/vue-mobx-inversify-demo

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

About

A Todo app demonstrating usage of Vue + MobX + Inversify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published