@lexiang/remote-shared
v0.1.58
Published
lexiang remote shared
Downloads
8,836
Readme
远程组件共享
简介
远程组件共享,需要配合远程组件库一起使用,支持懒加载、调试远程组件
NPM安装
yarn add @lexiang/remote-shared
基础使用
import { lazyloadRemote } from '@lexiang/remote-shared';
const loadRemote = async () => {
await lazyloadRemote(name, options);
// 或者
// await lazyloadRemote(options);
}
参数
name
: 要加载的组件/工具函数名options
url
: 请求组件库资源的API地址version
: 组件库版本,默认最新版debug
: 是否开启调试,默认值false
,设置为true
时会请求远程组件库资源target
: 要加载的组件,默认值[]
,单options参数下默认加载远程组件库全部组件和工具函数project
: 上传至COS单独组件文件夹,默认值remote-component