vue3-ssr-realworld-example-app

Vue3 Realworld app with SSR

MIT License

Stars
42

Vue 3 Realword app with Server Side Sendering (SSR)

This is an experiment with a try to clone the original repo and add SSR using latest Vite2 features

What works?

Getting started

git clone https://github.com/levchak0910/vue3-ssr-realworld-example-app.git
cd vue3-ssr-realworld-example-app
yarn install
yarn build
yarn serve

For development

yarn dev

Test performance

yarn perf

Acknowledges

Vue related implementations of the Realworld app

gothinkster/vue-realworld-example-app - vue2, js AlexBrohshtut/vue-ts-realworld-app - vue2, ts, class-component devJang/nuxt-realworld - nuxt, ts, composition api mutoe/vue3-realworld-example-app - vue3, vite, ts, composition api