Installation
There are two part of jsstore -
jsstore main - It contains all api and your code interact with this.
jsstore worker - It contains all logic and can be used to create connection with worker or without worker.
Source
JsStore can be installed from multiple sources -
npm
- Latest - npm install jsstore
- Version - npm install jsstore@version
e.g - npm install jsstore@3.0.0
Cdn
- Latest - https://cdn.jsdelivr.net/npm/jsstore/dist e.g -
- Version - https://cdn.jsdelivr.net/npm/jsstore@version
e.g -
Distribution file
You can get the distribution file from jsstore release.