Open Dontorpedo opened 3 years ago
Also wanted to export to Html how to proceed?
Sorry, v-craft may not be your best solution to do this feature. Because every node is controlled by Vue's life cycle. If you try to export HTML with element.innerHTML
, some presentational logic may not work properly (like carousel).
If you want to build a blog-like service with v-craft, you should integrate SSR solutions like Nust.js or use Prerender to fit SEO requirement.
hi,
i am trying to create a invoice template builder..
i need to export / save the html to my database or file instead of json.. how can i achieve this?
thanks T