@mybricks/cloud-com-loader

1.0.4 • Public • Published

@mybricks/cloud-com-loader

webpack编译时动态加载云组件

1.安装

npm i @mybricks/cloud-com-loader -D

2.配置

{
  test: /\.(jsx|tsx)$/,
  use: [
    ...{...},
    {
      loader: "@mybricks/cloud-com-loader",
      options: {
        tagName: "Mytag",
        defKeyword: "mydef",
        api: "https://xxx/xxx"
      }
    }
  ]
}

3.使用云组件

function App () {
  return (
    <Mytag
      mydef="test@1.0.0"
    />
  );
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.5-beta10beta1
1.0.40latest
1.0.3-beta30beta3
1.0.3-beta20beta2

Version History

VersionDownloads (Last 7 Days)Published
1.0.5-beta10
1.0.40
1.0.3-beta120
1.0.3-beta111
1.0.3-beta100
1.0.3-beta90
1.0.3-beta80
1.0.3-beta70
1.0.3-beta60
1.0.3-beta50
1.0.3-beta40
1.0.3-beta30
1.0.3-beta20
1.0.3-beta10
1.0.2-beta10
1.0.10
1.0.00

Package Sidebar

Install

npm i @mybricks/cloud-com-loader

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

683 kB

Total Files

81

Last publish

Collaborators

  • moyukai
  • zhuba-ahhh
  • tangxiaoxin
  • cocolbell
  • yingpengsha
  • z35635
  • letterletter
  • zeeker
  • jidan.wd
  • stuzhaoxing
  • leo306
  • godstream
  • leon_js
  • mybricks-group