posva / vue-plugin-template

🚀 Solid foundation to start a Vue plugin with the best developer experience and a focus on performance
MIT License
191 stars 27 forks source link

Make dev website viewable from outside 127.0.0.1 #8

Closed akarelas closed 7 years ago

akarelas commented 7 years ago

I program in a Virtual Machine... so my browser is on one machine (the host) while the plugin code is on another (the VM).

So I cannot point the browser to 127.0.0.1:8080

Can you please make the IP address of the dev site configurable?

akarelas commented 7 years ago

My bad... I had a firewall running on the VM that blocked port 8080.