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
- Host: GitHub
- URL: https://github.com/c0bra/route-ejection-poc
- Owner: c0bra
- Created: 2019-03-07T23:16:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T05:06:38.000Z (over 3 years ago)
- Last Synced: 2025-02-08T03:44:43.519Z (over 1 year ago)
- Language: JavaScript
- Size: 3.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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.