0

I have build Vue Cli App and I want to access it on another pc on the same network, how I can do that ?

1 Answer 1

1

You can build your app and then go to the dist directory within your terminal

Then you can install http-servervia npm npm install -g http-server and go to your directory containing the app (dist folder) and just type in your terminal http-server

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.