## How to run the e2e project

```bash
# Root directory
pnpm install
pnpm run app:router:dev

open http://localhost:2000/
open http://localhost:2100/
```

## Function description

> Scenario description

- This demo mainly demonstrates how to use the mf bridge library to load a module with routing
- How to load modules between vue and react projects

## Test run

- nx e2e router-host-2000 --watch
