# MFE nuxt x nuxt MFE with Nuxt being the Host and Remote ``` cd host pnpm i pnpm build pnpm serve ``` ``` cd remote pnpm i pnpm build pnpm serve ``` # TODO - Build-mode works but Dev-mode not works - Enable CORS on remote JS assets (fixed) - Scoped style still not works (fixed)