Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 525 Bytes

about.mdx

File metadata and controls

13 lines (10 loc) · 525 Bytes

import Counter from "~/components/Counter";

Vitesse-Solid is an opinionated Vite and SolidJS starter template, Inspired by vitesse. 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)
}