Skip to content

Vue 2 boilerplate with Router, Vuex, Bundle Analyzer and Prerender plugin

Notifications You must be signed in to change notification settings

SetSplin/vue-advanced-boilerplate

Repository files navigation

Vue 2 + router + vuex + bundle analiser + prerender boilerplate

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

Build

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

Development

yarn
yarn serve

@ Igor Tarakanov 2018

About

Vue 2 boilerplate with Router, Vuex, Bundle Analyzer and Prerender plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published