/vite-ssr-vue3-example

An Example SSR App for Vue3 with Vite-SSR

Primary LanguageVue

Vue 3 + Vite-SSR Example App

SSR

To start dev server run npm run dev or yarn/pnpm dev
To build app run npm run build or yarn/pnpm build
To start production server run npm run start or yarn/pnpm start

Demo

Visit Vercel Demo

SSR

Thanks to ssr we can have meta tags that helps us to make better SEO.

discord meta

VERCEL_URL ENV Variable

Add deployed website's hostname as env. this project: vercelvitessr.vercel.app vercel env definition vercel env definition