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

Deploy on Netlify #297

Closed oscarteg closed 6 years ago

oscarteg commented 6 years ago

I'm trying to figure out how to deploy on Netlify. When I build the project with npm run build it creates the dist/ folder.

But on Netlify I need to set a deploy command and publish directory. I set the publish directory to dist/ but the website isn't available. Is it necessary to run a node server?

tracker1 commented 6 years ago

You need to build on a system with node... I know nothing about netlify, or how you're configured... you may need to commit your dist/ folder to the master branch?