This is an example of how MobX could be used for state management instead of Vuex in a Vue app.
- Run
npm install
to install dependencies. - Run
npm run dev
to start web server.
Demo app showcasing how MobX could be used for state management instead of Vuex in a Vue app.
Vue