cvgen/src/pages/About.md

22 lines
728 B
Markdown
Raw Normal View History

2022-01-10 11:27:09 +00:00
---
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>
[Vitesse](https://github.com/antfu/vitesse) is an opinionated [Vite](https://github.com/vitejs/vite) starter template made by [@antfu](https://github.com/antfu) for mocking apps swiftly. With **file-based routing**, **components auto importing**, **markdown support**, I18n, PWA and uses **Tailwind** v2 for UI.
<pre v-highlightjs><code class="javascript">
// syntax highlighting example
function vitesse() {
const foo = 'bar'
console.log(foo)
}
</code></pre>
heck out the [GitHub repo](https://github.com/antfu/vitesse) for more details.