# Vue

> A minimal example showing how to use Comark with Vue and Vite.

<code-explorer org="comarkdown" repo="comark" branch="docs/demo" path="examples/2.vite/vue" defaultValue="src/App.vue">



</code-explorer>

This example demonstrates the simplest way to use Comark with Vue - use the `h()` render function with the `Comark` component and pass it markdown content. The component handles parsing and rendering automatically.
