Replies: 2 comments
-
Maybe you can try vitepress or unplugin-vue-markdown to import md as vue component. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks meteorlxy, so vuepress has no such dynamically routing feature? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
i would like to create a single page that includes all the sub-directories readme.md files. (recursively)
(and add a vue based simple client local search and filter option)
is there a easy way to do this?
i know it is very different from the base concept of vuepress..
i found the include function in the mdEnhancePlugin.
could i combine this with a classic vue v-for and somehow get / list all the sub-directories?
the last part - the get the list of directories is where i have no idea how to go about...
i am open for any hints and ideas -
also if you have an idea for another static-site-generator thing that can do something like this... pleas let me know!
sunny greetings
stefan
Beta Was this translation helpful? Give feedback.
All reactions