This repository was archived by the owner on Feb 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Darko Kukovec edited this page Jun 24, 2017
·
1 revision
To install, use npm or yarn. The lib has a peer dependency of mobx 2.7.0 or later (including MobX 3) and mobx-collection-store.
npm install mobx-jsonapi-store mobx-collection-store mobx --saveyarn add mobx-jsonapi-store mobx-collection-store mobxSince the lib is exposed as a set of CommonJS modules, you'll need something like webpack or browserify in order to use it in the browser.
Don't forget to prepare your code for production for better performance!