vite-garden
Version:
Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries
22 lines (17 loc) • 732 B
Markdown
---
title: About
---
<div class="text-center">
<!-- You can use Vue components inside markdown -->
<carbon-dicom-overlay class="text-4xl -mb-6 m-auto" />
<h3>About</h3>
</div>
[Vitespa](https://github.com/ctholho/vitespa) is a fork of the opinionated [Vite](https://github.com/vitejs/vite) starter template [Vitesse](https://github.com/antfu/vitesse) by [@antfu](https://github.com/antfu) for mocking apps swiftly. With **file-based routing**, **components auto importing**, **markdown support**, I18n, PWA and uses **WindiCSS** for UI.
```js
// syntax highlighting example
function vitespa() {
const foo = 'bar'
console.log(foo)
}
```
Check out the [GitHub repo](https://github.com/ctholho/vitespa) for more details.