vue-cli-plugin-prerender-spa
vue-cli-plugin-prerender-spa copied to clipboard
Boost SEO by prerendering your Vue application. Powered by prerender-spa-plugin.
I'm using the plugin with "/" as one of my pre rendered routes. This of course generates an app.html since index.html becomes the pre-rendered version. I'm also using the Vue...
``` mounted: () => { this.$nextTick( function () { // Code that will run only after the // entire view has been rendered document.dispatchEvent(new Event("x-app-rendered")) }) }, ``` see also...
**Describe the bug** It simply doesn't work after answering the questions. ``` Error: Line 14: Unexpected token ... at ErrorHandler.constructError (/home/user/.config/yarn/global/node_modules/esprima/dist/esprima.js:5012:22) at ErrorHandler.createError (/home/user/.config/yarn/global/node_modules/esprima/dist/esprima.js:5028:27) at Parser.unexpectedTokenError (/home/user/.config/yarn/global/node_modules/esprima/dist/esprima.js:1985:39) at Parser.throwUnexpectedToken (/home/user/.config/yarn/global/node_modules/esprima/dist/esprima.js:1995:21)...
Installation fails if no main.js (to inject the render done event). The workaround is to have a dummy main.js present at install or to manually finish installation by adding the...
**To Reproduce** Steps to reproduce the behavior: 1. ```npm run build``` **Screenshots** ``` ERROR Failed to compile with 1 error 1:04:44 PM error [prerender-spa-plugin] Unable to prerender all routes! ERROR...
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...