mobxjs / mobx-vue

🐉 Vue bindings for MobX
MIT License
475 stars 22 forks source link

Can I use mobx-vue without decorated class properties? #47

Open fairking opened 4 years ago

fairking commented 4 years ago

I got a project with no decorated class properties. Trying to use mobx-vue instead of vuex. Vuex seems too complicated. The second reason it has no TS support. Based on your small example https://github.com/mobxjs/mobx-vue/blob/master/README.md the ViewModel is created using decorated properties. Just wondering if I can create a viewmodel with pure typescript. Is it possible?