/todoListVueMobx

Simple Todo list in vue + mobx

Primary LanguageVue

Yet another todo list project in vue with MOBX as a store management

I didnt see a lot of projects which demonstrate the usage of vue + mobx so... here is one .

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.