vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.96k stars 2.15k forks source link

app successful run but i cant access from local address #349

Closed mohandex closed 5 years ago

mohandex commented 5 years ago

I am trying to run the vue-hackernews-2.0

npm run dev

> vue-hackernews-2.0@ dev /root/Projects/vue-hackernews-2.0
> node server

server started at localhost:8080

 DONE  Compiled successfully in 3575ms                                  18:39:35

 DONE  Compiled successfully in 4483ms                                  18:39:36

webpack built e137da6148c57546e735 in 4483ms

app successful run but i can access from local address from browser load nothing only stay in loading my npm and node version

npm -v
6.4.1

node -v
v8.12.0
xujie-phper commented 4 years ago

i have the same problem