mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:13:44 +09:00
first
This commit is contained in:
15
vite-plugin/vuero-doc/README.md
Normal file
15
vite-plugin/vuero-doc/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# vite-plugin-vuero-doc
|
||||
|
||||
This folder hold the custom `vite-plugin-vuero-doc` vite plugin.
|
||||
|
||||
We use this plugin to allow loading of markdown files in
|
||||
[../documentation](../documentation) folder and be loaded as vue components **at build time**.
|
||||
Those components are used in [../src/pages/components](../src/pages/components)
|
||||
and [../src/pages/elements](../src/pages/elements) pages
|
||||
|
||||
The plugin will converts `<!--code--> ... <!--/code-->` and
|
||||
`<!--example--> ... <!--example-->` into slot content and inject them in the
|
||||
[../src/components/partials/documentation/DocumentationItem.vue](../src/components/partials/documentation/DocumentationItem.vue)
|
||||
component
|
||||
|
||||
This is only intended to be an example.
|
||||
Reference in New Issue
Block a user