ngrok 可以让本地服务暴露在公网中,方便通过公网调试程序。
安装:brew install ngrok/ngrok/ngrok
使用:
npm run dev
,本地 url 是:http://localhost:3000/
ngrok http 3000
,ngrok 会生成这种链接:https://90c2-103-149-248-23.ap.ngrok.io/
https://90c2-103-149-248-23.ap.ngrok.io/
即可通过公网访问访问运行在本地的网站。