An Example SSR App for Vue3 with Vite-SSR
Vue 3 + Vite-SSR Example App
An Example SSR App for Vue3 with Vite-SSR
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
SSR
Thanks to ssr we can have meta tags that helps us to make better SEO.
VERCEL_URL ENV Variable
Add deployed website's hostname as env. this project: vercelvitessr.vercel.app