Skip to content

远程 antd 组件模块,remote antd module

Notifications You must be signed in to change notification settings

hel-eco/hel-antd

Repository files navigation

hel-antd

基于 hel-tpl-remote-react-comp-ts 改造的远程 antd 模块,此版本基于4.23.4构建,使用hel-antd在线示例

发布

npm run build
npm run publish

使用

访问线上示例

入口文件预加载

import { preFetchLib } from 'hel-micro';

async function main(){
  await preFetchLib('hel-antd');
  await import('./loadApp');
}

main().catch(console.error);

其他地方正常导入使用

import { Button } from 'hel-antd';

<Button>remote button</Button>

About

远程 antd 组件模块,remote antd module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages