pnpm add umi-plugin-wujie -D
export default defineConfig({
wujie: {
master: {
apps: [
{
name: 'app1',
entry: '//localhost:8001' // html entry
},
{
name: 'app2',
entry: '//localhost:5173', // html entry
alive: true,
credentials: true
}
]
}
}
});
$ pnpm i
$ pnpm run dev
$ pnpm run build
MIT