/vue-mobx-demo

Demo app showcasing how MobX could be used for state management instead of Vuex in a Vue app.

Primary LanguageVue

Vue + MobX Demo

This is an example of how MobX could be used for state management instead of Vuex in a Vue app.

Instructions

  1. Run npm install to install dependencies.
  2. Run npm run dev to start web server.