About

Vitessedge 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. Its fullstack and SSR capabilities in Cloudflare Workers are added via Vitedge.

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