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

[Question] Vue 2 SSR with vite example repo #405

Open abhipanda opened 3 years ago

abhipanda commented 3 years ago

Do we have an example using vite vue ssr ? I was looking at the documentation of vite and the example listed is only for vue 3

https://vitejs.dev/guide/ssr.html#example-projects

jdrydn commented 10 months ago

I couldn't find any examples, working or otherwise, so after a decent amount of trial-and-error I've managed to implement SSR with Vite 4.x & Vue 2.7 💪 Here's a functioning example for anyone else who ends up here: https://gist.github.com/jdrydn/076813c15d273e904501e285209f3815