Skip to content

Latest commit

History

History
21 lines (17 loc) 路 697 Bytes

about.md

File metadata and controls

21 lines (17 loc) 路 697 Bytes
title
About

About

Vitesse is an opinionated Vite starter template made by @antfu for mocking apps swiftly. With file-based routing, components auto importing, markdown support, I18n, PWA and uses UnoCSS for styling and icons.

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

Check out the GitHub repo for more details.