Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 641 Bytes

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