Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 782 Bytes

about.md

File metadata and controls

19 lines (16 loc) · 782 Bytes
title
About

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)
}