0.0.2 • Published 1 year ago

umi-plugin-wujie v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.0.2

1 year ago

0.0.1

1 year ago