ngrok local host use code example
Example 1: ngrok live port vue js
ngrok http 8080 -host-header="localhost:8080"
Example 2: how do you stop your ngrok tunnel
On windows machine go to command prompt:
taskkill /f /im ngrok.exe
ngrok http 8080 -host-header="localhost:8080"
On windows machine go to command prompt:
taskkill /f /im ngrok.exe