UNPKG

747 BMarkdownView Raw
1# [Store](https://github.com/subiz/store/tree/master/src)
2
3Store is a library for focus bussiness and distribution logic of [subiz](https://app.subiz.com)
4
5* **Simple**: Store so easy to aplly for your project.
6* **Learn One - Write AnyWhere**: Store base in many modules pure function Javascript. You can apply to React, Vue and any framework.
7
8## Installation
9You can install only store with command
10``` bash
11cd your-project/
12npm install --save subiz-store
13```
14## Examples
15 * **Vue App**: Example with [vue-app](https://github.com/subiz/store/tree/master/examples/vue-app) project using stoz
16 * **Read App**: Example with [react-app](https://github.com/subiz/store/tree/master/examples/react-app) simple project using store instead of redux
17
18123
\No newline at end of file