
Vue3+Vite with Module Federation is now possible
If you're exploring the potential of micro-frontend architecture, the Vue host and remote setup offers an exciting opportunity. By enabling different applications to share a state seamlessly, it makes for a powerful way to build scalable and maintainable front-end projects. Just a few simple commands can have you up and running, showcasing the integration between various modules in your browser.
This setup aims to simplify development and foster collaboration across teams. With shared states between applications, your team can enjoy the benefits of modularity while maintaining a cohesive user experience. Getting started requires minimal technical overhead, making it accessible for developers wanting to dive into cutting-edge architecture.
npm run install:deps to install all necessary dependencies quickly.npm run preview and view it in your browser at http://localhost:5173/.