futureaus / servue

Server-side rendering engine that renders vue files into html strings
https://futureaus.github.io/servue
59 stars 3 forks source link

Option to pass Vue SFC's as string #32

Open nawazishali opened 4 years ago

nawazishali commented 4 years ago

I was looking for a way to compile Vue templates passed in as string similar to how EJS allows it. But looks like only file paths are supported.

Is there any possibility for this feature or is it out of scope?

nawazishali commented 4 years ago

Never mind, I found an alternative that offers the exact feature I need.

Sharing the link here if someone else comes looking for it. https://ssr.vuejs.org/guide/

AlbertMarashi commented 4 years ago

@nawazishali Yes there is a possibility for this as a feature

nawazishali commented 4 years ago

@DominusVilicus Awesome, Let me know if you need any help with it? Or you can just give me some hints so I can try to add it myself.

I would love to contribute.