Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

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 --save
yarn add mobx-jsonapi-store mobx-collection-store mobx

Since 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!

Clone this wiki locally