醉经做全栈开发, 要在局域网测试下就用到了ngrok:
首先用npm安装
npm install ngrok -g
然后开始服务(8080是端口号, 可以改动) ngrok http 8080
enjoy!!!!!