vue-openapi icon indicating copy to clipboard operation
vue-openapi copied to clipboard

Export Documentation to static HTML

Open scottgutman opened this issue 6 years ago • 2 comments

Is there a way to export the documentation to static files?

scottgutman avatar Jun 01 '18 15:06 scottgutman

I don't think it is possible with vue-material framework. We are now using vuetify in other projects and are thinking about migrating this component to this framework. Vuetify can be used with Nuxt that can be used to generate static HTML.

nicolas-bonnel avatar Jun 01 '18 16:06 nicolas-bonnel

@scottgutman you could use headless chrome to render the html via puppeteer (npm and node based)

audetcameron avatar Nov 18 '19 14:11 audetcameron