vitesse/src/pages/about.md
2021-07-15 23:39:57 +08:00

678 B

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 WindiCSS for UI.

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

Check out the GitHub repo for more details.