Relution SDK
Docs
https://relution.readme.io/docs/relution-sdk
Installation and Usage
ES6 via npm
npm install relution-sdk --save
To import the entire core set of functionality:
Notice Relution SDK is lazy loaded
; Relutioninit ...
To import only what you need by patching :
; Relutionweb ...
ES5 via bower
bower install relution-sdk --save
Relutioninit ...
Dev Guide
Installation for development
$: git clone git@github.com:relution-io/relution-sdk.git$: cd relution-sdk $: npm i$: npm run watch
Build browser js
npm run browserify
Test
$: npm test
Api reference
$: npm run api