Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created June 1, 2017 03:04
Show Gist options
  • Save vuejsdevelopers/a19a1cbe69adb05914922132a73061f5 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/a19a1cbe69adb05914922132a73061f5 to your computer and use it in GitHub Desktop.
Pre-Render A Vue.js App (With Node Or Laravel) - Snippet 05
var HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports.plugins.push(
new HtmlWebpackPlugin({
template: './index.html',
inject: false
}),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment