Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 679 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 679 Bytes

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