This boilerplate is advanced version of this one
Demonstrates usage of Vue 2 with Vue Router, Vuex and Bundle Analiser with Webpack 4. Prerender is avalible as well. To select routes to prerender edit 106 line in webpack.config.js
yarn
yarn build
Now check the new dist
directory for your prerendered static files
To view the rendered files run static server from ./dist
. For example python static server
python -m SimpleHTTPServer 8000
Now visit the http://localhost:8000/ in your browser
yarn
yarn serve
@ Igor Tarakanov 2018