0.0.2 • Published 5 months ago

mobx-model-ui v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

MobX-Model-UI (ex. @Andrey-Omelyanuk/MobX-ORM:2.1.7)

Data and UI models based on MobX Inspired by ember-data and js-data.

Check ./e2e tests for understanding how to use the lib.

For Developers:

I recommend use docker for development. See the makefile file. If you don't want to use docker then you can see scripts commands into package.json

Notes:

# dev on local
node_modules/.bin/jest --testMatch='**/src/**/*.spec.ts' --watchAll
node --inspect-brk=0.0.0.0 node_modules/.bin/jest --runInBand --testMatch='**/src/**/model-class.spec.ts'
node --inspect-brk=0.0.0.0 node_modules/.bin/jest --runInBand -t 'raw_obj with one relations'
chrome://inspect/#devices
0.0.2

5 months ago

0.0.1

5 months ago