Cannot access Vue project by IP address on other devices vue cli 3 npm
问题 I have a project created with vue cli 3. When I run the command "npm run serve", it gives the following success message (I replaced my IP address with fake #'s): App running at: - Local: http://localhost:8080/ - Network: http://1.2.3.4:8080/ Everything works fine on my own computer. On my own computer I can access both by Local and by IP address, but I cannot access with network address on other devices connected to the same wifi network. I have tried the following: On vue.config.js: