An open API service indexing awesome lists of open source software.

https://github.com/c0bra/route-ejection-poc

Vue route ejection oroof-of-concept
https://github.com/c0bra/route-ejection-poc

Last synced: 7 months ago
JSON representation

Vue route ejection oroof-of-concept

Awesome Lists containing this project

README

          

# Try It

1. `docker-compose up -d`
1. Open http://localhost:8081

There are two VueJS apps:

1. New (vue 2 on http://localhost:8081)
2. Old (vue 1 on http://localhost:8082)

When you navigate to the "Page 1" route on each app it should "eject" you into the other app.