qiankun-dhcc
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

qiankun

npm version coverage npm downloads build status dumi

qiankun(乾坤)

This project fork qiankun framework to add customized functions

  • add keepAlive options
    when the micro application is deactivated, the DOM will not be destroyed, but will be hidden. the event will be suspended temporarily. when it is reactivated, the DOM will be re displayed and the event will be restored

how to use

import { start } from 'qiankun';
start({
  keepAlive: true,
});

release

  • v1.0.0
    base on qiankun 2.7.0,add keepAlive options

refer to qiankun for more options

/qiankun-dhcc/

    Package Sidebar

    Install

    npm i qiankun-dhcc

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.51 MB

    Total Files

    155

    Last publish

    Collaborators

    • qq10137383