miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.91k stars 258 forks source link

server side rendering? #57

Closed devCrossNet closed 6 years ago

devCrossNet commented 6 years ago

Hey, I just added vue-markdown to my project. It's an isomorphic app that needs to be SEO optimized and this component seems to not render on the server.

Is it possible somehow already or does it have to be implemented?

Regards

benjick commented 5 years ago

Did you solve it?

devCrossNet commented 5 years ago

@benjick I created my own component with SSR support, it was easier than I thought: https://github.com/vuesion/vuesion/tree/master/src/app/shared/components/VueMarkdown