Reputation: 41
I am facing problem in my vue.js 2 application. I am converting a bootstrap template to vue.js components. after breaking the code in components when i run a file it takes a lot of time to load the page and sometimes it load the same code successfully. I wonder if it is a problem on front side or server side. I am using localhost, webpack-simple.
Upvotes: 0
Views: 1911
Reputation: 413
I faced this problem today I noticed vue running on 8086 port by netstat I killed node processes and run the server again vue runs on 8080 normally without any issues
Upvotes: 1