vue-cli-plugin-prerender-spa
vue-cli-plugin-prerender-spa copied to clipboard
Prerender for router with webhash history mode
trafficstars
Hi, I was wondering if the plugin would work for applications with their vue-router using the webHashHistory mode as I have been using the webHashHistory mode since the beginning and after installing the plugin, only the index.html file is prerendered correctly
Describe the solution you'd like An example of what I'm doing now is this.
renderRoutes: [ '/', '/product' ],
but the product.html file is exactly the same as the index.html file
