Skip to content

Symboler/umi-plugin-checkList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umi-plugin-checklist

NPM version NPM downloads

frontend checkList 开发环境下,通过InnerDB在ui界面上实现前端组件级的checklist展示及状态更新,支持数据导入导出。(浏览器需支持innerDB)

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-checklist', options],
  ],
}

use in react component

import { goodJob } from 'umi-plugin-checklist';

@goodJob(['检查入参'],componentName)   // componentName is not required 
class componentA extends React.Component{
  ...
}
export default componentA

Options

libraryName: antd、dtd、dtd-loose ; default : antd

TODO

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published