vue-hackernews-3.0
vue-hackernews-3.0 copied to clipboard
HackerNews clone built with Vue 3.0, vue-router@next & vuex@next, with server-side rendering
Hello, I implemented my project with your ssr configuration, everything work good, Im able to run the project ect... but I have a weird issue, I tried everything but I...
@raukaute sure, the problem is that in SSR the styles can't be rendered using the link tag for example . it should be rendered in inline CSS using the style...
why the page is empty after run build and start:prod?
https://github.com/raukaute/vue-hackernews-3.0/blob/b11f76a81b20e212df2a97b78998cd6027dbadad/src/store/index.js#L78