1.4.42 • Published 11 months ago

@alicloud/console-os-loader v1.4.42

Weekly downloads
48
License
MIT
Repository
-
Last release
11 months ago

Console OS Loader

An app bundle loader used by console os

TODO

  • load single bundle
  • script load error handler
  • recursive load
  • load with deps
  • combo load bundle

How to use

tnpm i @alicloud/console-os-loader
import { loadBundle } from '@alicloud/console-os-loader'

const vpc = await loadBundle({
  id: 'vpc',
  url: 'https://g.alicdn.com/aliyun-next/vpc/index.js'
})

External library

import react from 'react'
import { loadBundle } from '@alicloud/console-os-loader'

const vpc = await loadBundle(
  {
    id: 'vpc',
    url: 'https://g.alicdn.com/aliyun-next/vpc/index.js'
    deps: {
      react,
    }
  }
)

Build bundle

Webpack

in you webpack.config.js

const Chain = require('webpack-chain');
const merge = require('webpack-merge');
const { chainOsWebpack } = require('@alicloud/console-toolkit-plugin-os')

const chain = new Chain();
chainOsWebpack({ id: 'app-id' })(chain);
module.exports = merge(/*you webpack conf*/, chain.toConfig());

Consol OS Toolkit

In OS, an app bundle is built by breezr, you can use @alicloud/console-toolkit-plugin-os to build your bundle

/* breezr.config.js */

module.exports = {
  /*
   * other breezr config
   */
  plugins: [
    '@alicloud/console-toolkit-plugin-os'
  ]
}
1.4.35

1 year ago

1.4.37

12 months ago

1.4.36

1 year ago

1.4.39

11 months ago

1.4.38

11 months ago

1.4.40

11 months ago

1.4.42

11 months ago

1.4.41

11 months ago

1.4.34

1 year ago

1.4.33

1 year ago

1.4.32

1 year ago

1.4.31

2 years ago

1.4.30

2 years ago

1.4.30-alpha.0

2 years ago

1.4.5

3 years ago

1.4.14-alpha.1

3 years ago

1.4.14-alpha.0

3 years ago

1.3.0-canary.5

4 years ago

1.3.0-canary.0

4 years ago

1.2.3

4 years ago

0.4.2

4 years ago

1.0.13

4 years ago

1.0.1-next.0

4 years ago

1.0.0

4 years ago

1.0.0-next.16

4 years ago

1.0.0-next.14

5 years ago

1.0.0-next.13

5 years ago

1.0.0-next.12

5 years ago

1.0.0-next.11

5 years ago

1.0.0-next.10

5 years ago

1.0.0-next.9

5 years ago

1.0.0-next.7

5 years ago

1.0.0-next.8

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

1.0.0-next.5

5 years ago

1.0.0-next.6

5 years ago

1.0.0-next.4

5 years ago

1.0.0-next.0

5 years ago

1.0.0-next.1

5 years ago

1.0.0-next.2

5 years ago

0.3.24

5 years ago

0.3.3

5 years ago

0.3.3-next.3

5 years ago

0.3.0

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.17

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.1

6 years ago