Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 1, 2017 03:09
Show Gist options
  • Save vuejsdevelopers/efd1d31769f137fd042f4f5f2a4e37c4 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/efd1d31769f137fd042f4f5f2a4e37c4 to your computer and use it in GitHub Desktop.
Pre-Render A Vue.js App (With Node Or Laravel) - Snippet 11
var PrerenderSpaPlugin = require('prerender-spa-plugin');
module.exports.plugins.push(
new PrerenderSpaPlugin(
path.join(__dirname, './dist'),
[ '/' ]
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment