HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
# install dependencies npm install # serve in dev mode, with hot reload at localhost:8080 npm run dev # build for production npm run build # serve in production mode npm start