⚡️ Vite Vue SSR Frontend Starter Kit. TypeScript, Windi CSS, Pinia, DDD-ready, components auto-importing

  • By Oleg Koval
  • Last update: Jan 2, 2023
  • Comments: 1

Vite Vue SSR Starter

Vue 3 + Vite + SSR template based on Vite Plugin SSR and inspired by Vitesse

Features

Pre-packed

UI Frameworks

Plugins

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Quick start

  • git clone https://github.com/revenkroz/vite-vue-ssr-starter
  • yarn install
  • yarn dev

Github

https://github.com/revenkroz/vite-vue-ssr-starter

Comments(1)

  • 1

    index.html and 404.html not generated when build

    Hi, first of thanks for sharing this starter ! :) It works great in local and I am trying to deploy this on vercel but I notice that when building the dist/client folder do not have index.html or 404.html files like it should have I guess... ? So when deploying on vercel, I only see the listing of the directory of dist/client.

    Is it normal?