Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 747 Bytes

about.md

File metadata and controls

19 lines (16 loc) · 747 Bytes
title
About

About

Vitesse SSR is an opinionated Vite starter template made by @antfu and @frandiox for mocking apps swiftly. With file-based routing, components auto importing, markdown support, I18n, PWA and uses Tailwind v2 for UI. The SSR capability is added via Vite SSR.

// syntax highlighting example
function vitesse() {
  const foo = 'bar'
  console.log(foo)
}