vue-cli-plugin-prerender-spa icon indicating copy to clipboard operation
vue-cli-plugin-prerender-spa copied to clipboard

Boost SEO by prerendering your Vue application. Powered by prerender-spa-plugin.

Results 48 vue-cli-plugin-prerender-spa issues
Sort by recently updated
recently updated
newest added
trafficstars

I am using vue-cli and deploy my app on Now and experiencing the known problem when all regular SPA routes stop working as `index.html` is changed. But I don't know...

**Describe the bug** If I run the build with npm run build -- --mode=prod (or any other env) the prerender does not trigger. How do I trigger it with different...

I have installed this plugin on my laravel-vue app and setup the config inside laravel mix's webpack.mix.js file. Now, when I run it via npm(I use watch, dev, and prod...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...

dependencies
security

**Describe the bug** after i add this plugin to my pervious pro by useing 'vue add prerender-spa-plugin'. i followed the prompts ervery step. i think the generated configuration is also...

When I include "vue-cli-plugin-prerender-spa" into my dependencies and I deploy my app to heroku I get a puppeteer error. But I only get it with your vue plugin. My project...

**Describe the bug** Index.html in the dist folder. I have vue-i18n for localization and redirecting the `/` to `/:lang/` as per the vi18n documentation router/index.js ``` /* eslint-disable no-unused-vars */...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in http-proxy Versions of http-proxy prior...

dependencies
security

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.7.0 to 1.20.0. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Use-After-Free in puppeteer Versions of puppeteer prior to 1.13.0...

dependencies
security

![image](https://user-images.githubusercontent.com/13378059/56675181-1b6eb300-66ee-11e9-9685-6ace8db0a0a9.png) The about page should but output as ` about > index.html` instead of putting the about.html on the same directory with index.html > Vue & Cli version: All latest...

help wanted
good first issue
question