安装
autostore: 核心包@autostorejs/devtools: 使用Redux DevTools调试AutoStore@autostorejs/syncr: 远程同步两个AutoStore
autostore
autostore是核心包,提供了AutoStore的核心功能。
如果你是Vue等其他框架的开发者,可以直接使用autostore。
该包使用new AutoStore来创建AutoStore实例。
bash
npm install autostorebash
yarn add autostorebash
pnpm add autostore@autostorejs/devtools
@autostorejs/devtools是AutoStore的调试工具包,基于chrome的Redux DevTools Extension来调试AutoStore的状态。
bash
npm install @autostorejs/devtoolsbash
yarn add @autostorejs/devtoolsbash
pnpm add @autostorejs/devtools@autostorejs/syncer
用来远程同步两个AutoStore的数据,如在同步browser和worker的AutoStore数据。