sharestore
v1.0.0
Published
umi plugin sharestore
Downloads
2
Readme
umi-plugin-shareStore
for iframe share store
动态修改dva.js
来同步iframe和top之间的store
Install
# or yarn
$ npm install
Development UI
UI start:
$ npm run build --watch
$ npm run start
UI mini start:
$ npm run build --watch
$ npm run start:mini
Usage
Configure in .umirc.js
,
export default {
plugins: [
['umi-plugin-shareStore', options],
],
}
Options
TODO
LICENSE
MIT