umi-plugin-wujie
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

umi-plugin-wujie

NPM version NPM downloads

install

pnpm add umi-plugin-wujie -D

Options

export default defineConfig({
    wujie: {
        master: {
            apps: [
                {
                    name: 'app1',
                    entry: '//localhost:8001' // html entry
                },
                {
                    name: 'app2',
                    entry: '//localhost:5173', // html entry
                    alive: true,
                    credentials: true
                }
            ]
        }
    }
});

devlop

$ pnpm i
$ pnpm run dev
$ pnpm run build

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i umi-plugin-wujie

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

19.4 kB

Total Files

14

Last publish

Collaborators

  • jiaoren