Skip to content

This project enables seamless communication between Vue and React components, allowing them to exchange data and events efficiently. It's ideal for integrating the unique capabilities of both frameworks within a single application.

Notifications You must be signed in to change notification settings

dadaguai-git/VueReactBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Execution Guide

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.

Installation Instructions

Ensure pnpm is installed on your development environment before you begin. Install all necessary project dependencies with the following command:

pnpm install

Build Remote Application

To build the remote components, run:

pnpm run build:all

Preview the Application

Execute the command below to start the project preview:

pnpm run preview:all

Launch Host Application

Start the host application with:

pnpm run dev:host

Important Notes

  • This project is intended to illustrate component communication between Vue and React. It is not intended for use in production environments.

About

This project enables seamless communication between Vue and React components, allowing them to exchange data and events efficiently. It's ideal for integrating the unique capabilities of both frameworks within a single application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published