This guide outlines the steps to install, build, and run this project, which serves as a demonstration of intercommunication between Vue and React components. Please note this project is designed for demonstration purposes only and is not suitable for production use.
Ensure pnpm is installed on your development environment before you begin. Install all necessary project dependencies with the following command:
pnpm installTo build the remote components, run:
pnpm run build:allExecute the command below to start the project preview:
pnpm run preview:allStart the host application with:
pnpm run dev:host- This project is intended to illustrate component communication between Vue and React. It is not intended for use in production environments.