I've init a project using vue/cli, and I run npm run serve
, webpack starts successfully, and shows the infomation:
The Network address is my local ip, obviously. When I access my page with the address http://localhost:8451/, it worked; however, when I visit http://172.18.149.70:8451/, the page just kept loading and nothing shows.
127.0.0.1:8451 also worked.
Why this happened?