Description
Hi,
Looking at the demo, this implementation of streaming QR code data transmission seems to be one of the best available (web app based, cross platform using a modern browser, etc.). However at this time I can't figure out how to actually use the files provided. So I have a few questions:
Can you view the web app by directly opening a file in a web browser, or is a web server that has the capability of using .vue files required?
If a vue web server is required, what is your recommendation on getting that started? Just follow the Vuejs.org instructions or is there a docker container you recommend for local usage?
I want to try and use this offline, so if it needs a web server with vue support, I'd probably spin up an ubuntu server and try to get everything running on that. Thank you!
Activity