On the index.html page there is <div id="#app"></div> where all the extension files .vue are rendered, is it possible to display a static html page, i.e., instead of <div id="#app"></div> header footer 'all that is written in <template></template> ? I use webpack

    1 answer 1

    Found a solution, https://ssr.vuejs.org/ru/ , just configure the prerender-spa-plugin in the webpack , you can also use the ready-made framework nuxt.js