Adding a Flow to an existing Vue-based app

I am trying to add a Flow to the Health app. This app uses Vue and I am still struggling a bit to get both the App itself as well as the Flow work at the same time.

Here is where the problem lies (as far as I understand already):

I can either enable the Flow or the App, but only one of them works at the same time.
Is there anything that I can do in order to fix the problem?
Any help is appreciated :slight_smile:

My understanding of Vue/the Vue-based apps is still very limited, so I do not know whether/how I could (re-)use the flow part that @Rello used in his Analytics app: analytics/js at master ยท Rello/analytics ยท GitHub (main.js and flow.js).

1 Like