1.0.0 • Published 5 years ago

sharestore v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

umi-plugin-shareStore

NPM version NPM downloads

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