Skip to content

v0.1.6

Choose a tag to compare

@auvred auvred released this 29 Apr 09:59
· 22 commits to main since this release
v0.1.6
696e734

Add support for VitePress in @golar/vue plugin.

Typechecking for VitePress .md files can be enabled in golar.config.ts:

import { defineConfig } from 'golar/unstable'
import * as vue from '@golar/vue'

vue.configure({
  vitePressExtensions: ['.md'],
})

export default defineConfig({})

See docs: https://golar.dev/languages/vue/#vitepress