koumoul-dev / vue-openapi

OpenAPI viewer component for VueJS
MIT License
90 stars 19 forks source link

Export Documentation to static HTML #11

Open scottgutman opened 6 years ago

scottgutman commented 6 years ago

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

nicolas-bonnel commented 6 years ago

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.

audetcameron commented 4 years ago

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