-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I was in need for a code snippet extraction too, but could not get this addon to work under Vite.
After some searching around, I found I was able to use TheEcosystem™️ :
import MyComponent from 'app/components/example.gts';
import myComponentCode from 'app/components/example.gts?raw';
<template>
<MyComponent />
Source code: {{myComponentCode}}
</template>Docs: https://vite.dev/guide/assets#importing-asset-as-string
Hopefully helpful to others, and perhaps my future self.
(Should I PR into the README?)
NullVoxPopuli
Metadata
Metadata
Assignees
Labels
No labels